mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-19 20:23:33 -04:00
@@ -62,8 +62,8 @@ lite_library("bundle") {
|
||||
"${aafwk_lite_path}/interfaces/kits/ability_lite/slite",
|
||||
"${aafwk_lite_path}/interfaces/inner_api/abilitymgr_lite",
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc/include",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//utils/native/lite/include",
|
||||
"//utils/native/lite/memory/include",
|
||||
@@ -105,8 +105,8 @@ lite_library("bundle") {
|
||||
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
|
||||
"${appexecfwk_lite_path}/utils/bundle_lite",
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc/include",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//utils/native/lite/include",
|
||||
"//third_party/cJSON",
|
||||
|
||||
@@ -34,7 +34,7 @@ if (ohos_kernel_type == "liteos_m") {
|
||||
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
|
||||
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static",
|
||||
"//foundation/arkui/ace_engine_lite/frameworks:ace_lite",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
@@ -53,8 +53,8 @@ if (ohos_kernel_type == "liteos_m") {
|
||||
"${aafwk_lite_path}/interfaces/kits/want_lite",
|
||||
"${aafwk_lite_path}/frameworks/want_lite/include",
|
||||
"//base/global/resource_management_lite/interfaces/inner_api/include",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//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/api",
|
||||
"//third_party/jerryscript/jerry-core/include",
|
||||
@@ -113,8 +113,8 @@ if (ohos_kernel_type == "liteos_m") {
|
||||
"${appexecfwk_lite_path}/frameworks/bundle_lite/include",
|
||||
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
|
||||
"${appexecfwk_lite_path}/utils/bundle_lite",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
|
||||
"//third_party/cJSON",
|
||||
"//third_party/zlib",
|
||||
"//third_party/zlib/contrib/minizip",
|
||||
@@ -134,7 +134,7 @@ if (ohos_kernel_type == "liteos_m") {
|
||||
"//base/security/appverify/interfaces/innerkits/appverify_lite:verify",
|
||||
"//build/lite/config/component/cJSON:cjson_shared",
|
||||
"//build/lite/config/component/zlib:zlib_shared",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
]
|
||||
}
|
||||
lite_component("appexecfwk_services_lite") {
|
||||
|
||||
@@ -45,7 +45,7 @@ executable("bundle_daemon") {
|
||||
deps = [
|
||||
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
|
||||
"//build/lite/config/component/zlib:zlib_shared",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
@@ -53,8 +53,8 @@ executable("bundle_daemon") {
|
||||
"${appexecfwk_lite_path}/interfaces/inner_api/bundlemgr_lite",
|
||||
"${appexecfwk_lite_path}/utils/bundle_lite",
|
||||
"${appexecfwk_lite_path}/services/bundlemgr_lite/include",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/innerkits/samgr",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/innerkits/registry",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/innerkits/samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/innerkits/registry",
|
||||
"//third_party/zlib/contrib/minizip",
|
||||
"//utils/native/lite/include",
|
||||
]
|
||||
|
||||
@@ -42,7 +42,7 @@ executable("bm") {
|
||||
"//base/startup/syspara_lite/frameworks/parameter:parameter",
|
||||
"//build/lite/config/component/cJSON:cjson_shared",
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
|
||||
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
@@ -57,8 +57,8 @@ executable("bm") {
|
||||
"${appexecfwk_lite_path}/frameworks/bundle_lite/include",
|
||||
"${appexecfwk_lite_path}/utils/bundle_lite",
|
||||
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry",
|
||||
"//third_party/cJSON",
|
||||
"//utils/native/lite/include",
|
||||
"//foundation/communication/ipc/interfaces/innerkits/c/ipc/include",
|
||||
|
||||
Reference in New Issue
Block a user