Files
huangyicong 10964ac2bb add bundle.json
Signed-off-by: huangyicong <huangyicong4@huawei.com>
2022-04-12 10:30:48 +08:00

33 lines
800 B
JSON

{
"name": "@openharmony/utils_lite",
"version": "3.1.0",
"description": "Basic macro and type definitions",
"publishAs": "code-segment",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"author": {},
"repository": "",
"license": "Apache License 2.0",
"dirs": [
"utils/native/lite/include"
],
"component": {
"name": "utils_lite",
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "0KB",
"ram": "0KB",
"deps": {},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}