Files
2022-07-23 14:38:16 +08:00

39 lines
938 B
JSON

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