提交 9fa8be84 编写于 作者: O openharmony_ci 提交者: Gitee

!67 Correct ACE source dirs.

Merge pull request !67 from yangming_ha/pr_64
......@@ -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"
]
}
}
......
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册