提交 8853cd97 编写于 作者: O openharmony_ci 提交者: Gitee

!231 ace_engine_lite与js_builtin部件化解耦

Merge pull request !231 from wuhy_irobot2013/20210812_decouple_why
......@@ -11,8 +11,8 @@
"//foundation/ace/ace_engine_lite/frameworks:jsfwk",
"//foundation/ace/ace_engine_lite/test:unittest"
],
"rom": "600KB",
"ram": "~90KB",
"rom": "521KB",
"ram": "~82KB",
"output": [ "libace_lite.so" ],
"adapted_kernel": [ "liteos_a", "linux"],
"features": [],
......@@ -38,8 +38,93 @@
"ipc_lite",
"kal_timer",
"kv_store",
"timer_task",
"ace_common_lite",
"ace_native_engine_lite",
"ace_module_manager_lite"
]
}
},
{
"component": "ace_common_lite",
"description": "ace lite common kits",
"optional": "true",
"dirs": [
"//foundation/ace/ace_engine_lite/frameworks/common"
],
"targets": [
"//foundation/ace/ace_engine_lite/frameworks/common:ace_common_lite"
],
"rom": "9KB",
"ram": "~2KB",
"output": [ "libace_common.so" ],
"adapted_kernel": [ "liteos_a", "linux"],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"hilog"
]
}
},
{
"component": "ace_native_engine_lite",
"description": "native JS engine adapter",
"optional": "true",
"dirs": [
"//foundation/ace/ace_engine_lite/frameworks/native_engine"
],
"targets": [
"//foundation/ace/ace_engine_lite/frameworks/native_engine:ace_native_engine_lite"
],
"rom": "32KB",
"ram": "~5KB",
"output": [ "libace_native_engine.so" ],
"adapted_kernel": [ "liteos_a", "linux"],
"features": [],
"deps": {
"third_party": [
"jerryscript"
],
"kernel_special": {},
"board_special": {},
"components": [
"hilog",
"ace_common_lite"
]
}
},
{
"component": "ace_module_manager_lite",
"description": "native JS module manager framework",
"optional": "true",
"dirs": [
"//foundation/ace/ace_engine_lite/frameworks/module_manager"
],
"targets": [
"//foundation/ace/ace_engine_lite/frameworks/module_manager:ace_module_manager_lite"
],
"rom": "12KB",
"ram": "~2KB",
"output": [ "libace_module_manager.so" ],
"adapted_kernel": [ "liteos_a", "linux"],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function",
"jerryscript"
],
"kernel_special": {},
"board_special": {},
"components": [
"hilog",
"js_builtin",
"timer_task"
"ace_common_lite",
"ace_native_engine_lite"
]
}
}
......
......@@ -168,7 +168,7 @@
"graphic_utils",
"resmgr_lite",
"ui",
"ace_engine_lite"
"ace_native_engine_lite"
]
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册