资源resource_management_lite部件名修改

Signed-off-by: huangjie <huangjie125@huawei.com>
This commit is contained in:
huangjie
2022-05-04 16:17:23 +08:00
parent 9c99fa8eb6
commit 313ae1cb5a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"permission",
"ipc_lite",
"samgr_lite",
"resmgr_lite",
"resource_management_lite",
"appverify"
],
"third_party": [
+3 -3
View File
@@ -52,7 +52,7 @@ if (ohos_kernel_type == "liteos_m") {
"${aafwk_lite_path}/interfaces/kits/ability_lite",
"${aafwk_lite_path}/interfaces/kits/want_lite",
"${aafwk_lite_path}/frameworks/want_lite/include",
"//base/global/resmgr_lite/interfaces/innerkits/include",
"//base/global/resource_management_lite/interfaces/innerkits/include",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
"//third_party/jerryscript/jerry-core/api",
@@ -102,7 +102,7 @@ if (ohos_kernel_type == "liteos_m") {
"src/zip_file.cpp",
]
include_dirs = [
"//base/global/resmgr_lite/interfaces/innerkits/include",
"//base/global/resource_management_lite/interfaces/innerkits/include",
"${aafwk_lite_path}/services/abilitymgr_lite/include",
"${aafwk_lite_path}/interfaces/innerkits/abilitymgr_lite",
"${aafwk_lite_path}/interfaces/kits/ability_lite",
@@ -128,7 +128,7 @@ if (ohos_kernel_type == "liteos_m") {
public_deps = [
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr",
"//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr",
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//base/security/appverify/interfaces/innerkits/appverify_lite:verify",
"//build/lite/config/component/cJSON:cjson_shared",