Files
commonlibrary_utils_lite/bundle.json
yisi d3bcaf7b28 update bundle.json.
Signed-off-by: yisi <1584489760@qq.com>
2023-10-11 03:21:50 +00:00

52 lines
1.4 KiB
JSON

{
"name": "@ohos/utils_lite",
"version": "4.0.2",
"license": "Apache License 2.0",
"description": "Basic macro and type definitions",
"publishAs": "code-segment",
"segment": {
"destPath": "commonlibrary/utils_lite"
},
"dirs": {},
"scripts": {},
"author": {},
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/commonlibrary_utils_lite",
"supplier": "Organization: OpenHarmony",
"component": {
"name": "utils_lite",
"subsystem": "commonlibrary",
"features": [
"utils_lite_feature_file",
"utils_lite_feature_kal_timer",
"utils_lite_feature_timer_task",
"utils_lite_feature_js_builtin"
],
"adapted_system_type": [
"mini",
"small"
],
"deps": {
"thrid_party": [
"bounds_checking_function",
"musl"
],
"kernel_special": {},
"board_special": {},
"components": [
"ability_lite",
"init",
"graphic_utils_lite",
"resource_management_lite",
"ui_lite",
"ace_engine_lite"
]
},
"build": {
"sub_component": [ "//commonlibrary/utils_lite:utils_lite" ],
"inner_kits": [],
"test": []
}
}
}