From 1f4da705c405401348f7b8cfe6b3ce9c13379d10 Mon Sep 17 00:00:00 2001 From: wplan1 Date: Mon, 24 Jan 2022 15:13:09 +0800 Subject: [PATCH] add bundle.json Signed-off-by: wplan1 --- bundle.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..3035bf3 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/utils_resources", + "version": "", + "description": "系统资源hap", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/resources", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "resources" + ], + "keywords": [ + "global", + "resources" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils/resources/systemres" + }, + "component": { + "name": "systemres", + "subsystem": "utils", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [ + "//utils/resources/systemres:systemres_hap" + ], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file