From 4b95d3c23a2929622c4b6df075cdfab60453fe94 Mon Sep 17 00:00:00 2001 From: huangjie Date: Wed, 4 May 2022 16:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90resource=5Fmanagement=5Flite?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- ace_lite.gni | 2 +- bundle.json | 2 +- frameworks/BUILD.gn | 2 +- frameworks/targets/simulator/BUILD.gn | 2 +- frameworks/tools/qt/simulator/jsfwk/jsfwk.pro | 2 +- test/ace_test_config.gni | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ace_lite.gni b/ace_lite.gni index 03f2c91..c0248dd 100644 --- a/ace_lite.gni +++ b/ace_lite.gni @@ -77,7 +77,7 @@ ace_lite_include_dirs += [ "//third_party/giflib", "//utils/native/lite/timer_task/include/", "//third_party/freetype/include", - "//base/global/resmgr_lite/interfaces/innerkits/include", + "//base/global/resource_management_lite/interfaces/innerkits/include", "//base/global/i18n_lite/interfaces/kits/i18n/include", "//base/startup/init_lite/interfaces/innerkits/include", ] diff --git a/bundle.json b/bundle.json index 51d3b58..5a687ad 100644 --- a/bundle.json +++ b/bundle.json @@ -31,7 +31,7 @@ "syspara_lite", "surface", "i18n_lite", - "resmgr_lite", + "resource_management_lite", "hilog", "permission", "ipc_lite", diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index b448a57..19d72eb 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -63,7 +63,7 @@ lite_library("ace_lite") { "$MODULE_MANAGER_PATH:ace_module_manager_lite", "$NATIVE_ENGINE_PATH:ace_native_engine_lite", "//base/global/i18n_lite/frameworks/i18n:global_i18n", - "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr", + "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr", "//foundation/graphic/ui:lite_ui", "//utils/native/lite/timer_task:ace_kit_timer", ] diff --git a/frameworks/targets/simulator/BUILD.gn b/frameworks/targets/simulator/BUILD.gn index 90f7207..8b66d00 100644 --- a/frameworks/targets/simulator/BUILD.gn +++ b/frameworks/targets/simulator/BUILD.gn @@ -51,7 +51,7 @@ ohos_static_library("ace_lite") { "-D_INC_MEMORY_S", ] deps = [ - "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr_simulator", + "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr_simulator", "//foundation/graphic/ui/huawei_proprietary/tools/ide:graphic_lite", "//third_party/bounds_checking_function:libsec_static", "//third_party/jerryscript:libjerryscript", diff --git a/frameworks/tools/qt/simulator/jsfwk/jsfwk.pro b/frameworks/tools/qt/simulator/jsfwk/jsfwk.pro index 47a9ff4..0833c47 100644 --- a/frameworks/tools/qt/simulator/jsfwk/jsfwk.pro +++ b/frameworks/tools/qt/simulator/jsfwk/jsfwk.pro @@ -243,7 +243,7 @@ INCLUDEPATH += \ $${ROOT_PATH}/third_party/giflib \ $${ROOT_PATH}/utils/native/lite/timer_task/include/ \ $${ROOT_PATH}/third_party/freetype/include \ - $${ROOT_PATH}/base/global/resmgr_lite/interfaces/innerkits/include \ + $${ROOT_PATH}/base/global/resource_management_lite/interfaces/innerkits/include \ $${ROOT_PATH}/base/global/i18n_lite/interfaces/kits/i18n/include \ $${ROOT_PATH}/foundation/graphic/ui/interfaces/kits/ui \ $${ROOT_PATH}/foundation/graphic/ui/interfaces/kits/config \ diff --git a/test/ace_test_config.gni b/test/ace_test_config.gni index 362779c..0a9d578 100644 --- a/test/ace_test_config.gni +++ b/test/ace_test_config.gni @@ -97,7 +97,7 @@ ace_test_deps = [ extra_deps = [ "${appexecfwk_lite_path}/interfaces/kits/bundle_lite/js/builtin:capability_api", "//base/global/i18n_lite/frameworks/i18n:global_i18n", - "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr", + "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr", "//base/security/huks/frameworks/crypto_lite/js/builtin:ace_kit_cipher", "//build/lite/config/component/cJSON:cjson_shared", "//foundation/aafwk/aafwk_lite/frameworks/ability_lite:ability",