diff --git a/components/ace.json b/components/ace.json index 7d8b304b9b4d4a45b9ee00d5e8fc5aed3f070c12..165992aad61555804473f41a36248d600d5e4c55 100755 --- a/components/ace.json +++ b/components/ace.json @@ -5,9 +5,7 @@ "description": "JS APP development frameworks.", "optional": "true", "dirs": [ - "foundation/ace/ace_engine_lite", - "utils/native/lite/timer_task", - "utils/native/lite/js/builtin" + "foundation/ace/ace_engine_lite" ], "targets": [ "//foundation/ace/ace_engine_lite/frameworks:jsfwk", @@ -36,7 +34,9 @@ "permission", "ipc", "kal_timer", - "kv_store" + "kv_store", + "js_builtin", + "timer_task" ] } } diff --git a/components/utils.json b/components/utils.json index 4f73d4135ea7aefc5e8182efdf3e854e85c22c0b..1d50f04c45e7a1e223eaca4932dcfc229aad0929 100755 --- a/components/utils.json +++ b/components/utils.json @@ -161,6 +161,66 @@ "utils_base" ] } + }, + { + "component": "js_builtin", + "description": "ace related kits", + "optional": "true", + "dirs": [ + "utils/native/lite/js/builtin" + ], + "targets": [ + "//utils/native/lite/js/builtin:ace_utils_kits" + ], + "rom": "", + "ram": "", + "output": [], + "adapted_kernel": [ + "liteos_a", + "linux" + ], + "features": [], + "deps": { + "third_party": [ + "bounds_checking_function" + ], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_base", + "ability", + "syspara", + "graphic_utils", + "global_resource_manager" + ] + } + }, + { + "component": "timer_task", + "description": "ace timer kits", + "optional": "true", + "dirs": [ + "utils/native/lite/timer_task" + ], + "targets": [ + "//utils/native/lite/timer_task:ace_kit_timer" + ], + "rom": "", + "ram": "", + "output": [], + "adapted_kernel": [ + "liteos_a", + "linux" + ], + "features": [], + "deps": { + "third_party": [], + "kernel_special": {}, + "board_special": {}, + "components": [ + "utils_base" + ] + } } ] } \ No newline at end of file