From b659ddab1b7761d5264fb3eb6c40bed5749ff226 Mon Sep 17 00:00:00 2001 From: pjscc Date: Mon, 10 Jan 2022 15:07:26 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: pjscc --- bundle.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000..ca69b767a5 --- /dev/null +++ b/bundle.json @@ -0,0 +1,41 @@ +{ + "name": "@ohos/uboot", + "version": "", + "description": "Third-party open-source software U-Boot | 三方开源软件uboot", + "homePage": "https://gitee.com/openharmony", + "license": "GPL-2.0", + "repository": "https://gitee.com/openharmony/device_hisilicon_third_party_uboot", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "device", + "hisilicon", + "third-party", + "boot" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "device/hisilicon/third_party/uboot" + }, + "component": { + "name": "device_hisilicon_third_party_uboot", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee