From d46650f267756b880a29ba655d32d9aec7bede8a Mon Sep 17 00:00:00 2001 From: wplan1 Date: Thu, 27 Jan 2022 20:16:44 +0800 Subject: [PATCH] add bundle.json Signed-off-by: wplan1 --- bundle.json | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..6170a0b --- /dev/null +++ b/bundle.json @@ -0,0 +1,66 @@ +{ + "name": "@ohos/global_resmgr_lite", + "version": "", + "description": "Obtains resource information based on the device type and configuration", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/global_resmgr_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "global", + "resmgr", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/global/resmgr_lite" + }, + "component": { + "name": "resmgr_lite", + "subsystem": "global", + "syscap": [], + "features": [], + "adapted_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [ + "utils_base" + ], + "third_party": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr" + ], + "inner_kits": [], + "test": [ + "//base/global/resmgr_lite/frameworks/resmgr_lite/test:unittest" + ] + } + } +} \ No newline at end of file -- Gitee