update services/bundlemgr_lite/BUILD.gn.

Signed-off-by: shilei91 <shilei91@huawei.com>
This commit is contained in:
shilei91
2022-11-08 12:26:18 +00:00
committed by Gitee
parent e761161862
commit 73577db722
+6 -1
View File
@@ -37,7 +37,7 @@ if (ohos_kernel_type == "liteos_m") {
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr",
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static",
"//build/lite/config/component/cJSON:cjson_static",
"//build/lite/config/component/cJSON:cjson_static",
"//foundation/arkui/ace_engine_lite/frameworks:ace_lite",
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
"//third_party/jerryscript/jerry-core:jerry-core_static"
@@ -62,8 +62,13 @@ if (ohos_kernel_type == "liteos_m") {
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry",
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
"//foundation/communication/ipc/interfaces/innerkits/c/ipc/include",
"//third_party/jerryscript/jerry-core",
"//third_party/jerryscript/jerry-core/api",
"//third_party/jerryscript/jerry-core/ecma/base",
"//third_party/jerryscript/jerry-core/include",
"//third_party/jerryscript/jerry-core/jrt",
"//third_party/jerryscript/jerry-core/jmem",
"//third_party/jerryscript/jerry-core/lit",
"//third_party/cJSON",
"//third_party/zlib",
"//third_party/zlib/contrib/minizip",