diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..6170a0bd8743052c36bb275aa1e277e429f43d99 --- /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