From c176acc297f6f9b6fe84f234fa65b370903cda21 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 7 Jan 2022 10:56:09 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: pjscc --- bundle.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..df345f4 --- /dev/null +++ b/bundle.json @@ -0,0 +1,56 @@ +{ + "name": "@ohos/device_hisilicon_modules", + "version": "", + "description": "Middleware libraries | 中间件库", + "homePage": "https://gitee.com/openharmony", + "license": "End User License Agreement", + "repository": "https://gitee.com/openharmony/device_hisilicon_modules", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "device" + ], + "keywords": [ + "device", + "hisilicon", + "modules" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "device/hisilicon/modules" + }, + "component": { + "name": "device_hisilicon_modules", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file