Files
commonlibrary_utils_lite/timer_task/bundle.json
T
liujialiang ed27607946 Add building setting for component for deleting the old component setting.
Signed-off-by: liujialiang <liujialiang10@huawei.com>
Change-Id: I26ae5077687ab76edd323bc16be1854b209d91a6
2022-05-31 16:40:38 +08:00

39 lines
916 B
JSON

{
"name": "@openharmony/timer_task",
"version": "3.1.0",
"license": "Apache License 2.0",
"description": "ace timer kits",
"publishAs": "code-segment",
"segment": {
"destPath": "utils/native/lite/timer_task"
},
"dirs": {},
"scripts": {},
"author": {},
"repository": "",
"component": {
"name": "timer_task",
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [ "//utils/native/lite/timer_task:ace_kit_timer" ],
"inner_kits": [],
"test": []
}
}
}