diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..16d6c97d4b86e3162d2cb3a85a55d02a895ebf9a --- /dev/null +++ b/bundle.json @@ -0,0 +1,56 @@ +{ + "name": "@ohos/utils_native_lite", + "version": "", + "description": "Utils library | 公共基础库", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/utils_native_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "utils" + ], + "keywords": [ + "utils", + "native", + "lite" + ], + "envs": {}, + "dirs": {}, + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils/native/lite" + }, + "component": { + "name": "utils_native_lite", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file