提交 6899c2c0 编写于 作者: H huangyicong

add bundle.json

Signed-off-by: Nhuangyicong <huangyicong4@huawei.com>
上级 2d3536b5
{
"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": [ "standard" ],
"rom": "0KB",
"ram": "0KB",
"deps": {},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
{
"name": "@openharmony/memory",
"version": "3.1.0",
"description": "memory",
"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/memory"
],
"component": {
"name": "memory",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
{
"name": "@openharmony/timer_task",
"version": "3.1.0",
"description": "ace timer kits",
"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/timer_task"
],
"component": {
"name": "timer_task",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册