mirror of
https://github.com/openharmony/commonlibrary_utils_lite.git
synced 2026-07-21 15:15:31 -04:00
6899c2c02a
Signed-off-by: huangyicong <huangyicong4@huawei.com>
37 lines
802 B
JSON
37 lines
802 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|
|
}
|