Files
utils_native_lite/bundle.json
huangyicong dd47dae4c3 add bundle.json
Signed-off-by: huangyicong <huangyicong4@huawei.com>
2022-05-06 16:04:43 +08:00

32 lines
703 B
JSON

{
"name": "@openharmony/utils_lite",
"version": "3.1.0",
"license": "Apache License 2.0",
"description": "Basic macro and type definitions",
"publishAs": "code-segment",
"segment": {
"destPath": "utils/native/lite"
},
"dirs": {},
"scripts": {},
"author": {},
"repository": "",
"component": {
"name": "utils_lite",
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "0KB",
"ram": "0KB",
"deps": {},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}