提交 8f379513 编写于 作者: H hongtao

replace utils path to c_utils

Signed-off-by: Nhongtao <hongtao11@huawei.com>
Change-Id: I22aadbe1024d6e8ed0af0f7bfee288ed7ce9312b
上级 1821294e
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"components": [ "components": [
"startup", "startup",
"safwk", "safwk",
"utils_base", "c_utils",
"napi", "napi",
"ipc", "ipc",
"config_policy", "config_policy",
......
...@@ -53,11 +53,11 @@ if (!defined(ohos_lite)) { ...@@ -53,11 +53,11 @@ if (!defined(ohos_lite)) {
external_deps = [ external_deps = [
"access_token:libaccesstoken_sdk", "access_token:libaccesstoken_sdk",
"c_utils:utils",
"hilog_native:libhilog", "hilog_native:libhilog",
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr_standard:samgr_proxy", "samgr_standard:samgr_proxy",
"utils_base:utils",
] ]
install_images = [ "system" ] install_images = [ "system" ]
part_name = "init" part_name = "init"
......
...@@ -188,8 +188,8 @@ if (defined(ohos_lite)) { ...@@ -188,8 +188,8 @@ if (defined(ohos_lite)) {
"//third_party/mbedtls:mbedtls_shared", "//third_party/mbedtls:mbedtls_shared",
] ]
external_deps = [ external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base", "hilog_native:libhilog_base",
"utils_base:utils",
] ]
public_configs = [ ":exported_header_files" ] public_configs = [ ":exported_header_files" ]
part_name = "init" part_name = "init"
...@@ -245,10 +245,10 @@ if (defined(ohos_lite)) { ...@@ -245,10 +245,10 @@ if (defined(ohos_lite)) {
} }
external_deps = [ external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base", "hilog_native:libhilog_base",
"ipc:ipc_core", "ipc:ipc_core",
"samgr_standard:samgr_proxy", "samgr_standard:samgr_proxy",
"utils_base:utils",
] ]
public_configs = [ ":exported_header_files" ] public_configs = [ ":exported_header_files" ]
part_name = "init" part_name = "init"
...@@ -279,8 +279,8 @@ if (defined(ohos_lite)) { ...@@ -279,8 +279,8 @@ if (defined(ohos_lite)) {
"//third_party/mbedtls:mbedtls_shared", "//third_party/mbedtls:mbedtls_shared",
] ]
external_deps = [ external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base", "hilog_native:libhilog_base",
"utils_base:utils",
] ]
part_name = "init" part_name = "init"
} }
......
...@@ -88,7 +88,7 @@ if (defined(ohos_lite)) { ...@@ -88,7 +88,7 @@ if (defined(ohos_lite)) {
"//base/startup/init/interfaces/innerkits/control_fd:libcontrolfd", "//base/startup/init/interfaces/innerkits/control_fd:libcontrolfd",
"//third_party/bounds_checking_function:libsec_shared", "//third_party/bounds_checking_function:libsec_shared",
] ]
external_deps = [ "utils_base:utils" ] external_deps = [ "c_utils:utils" ]
if (param_test) { if (param_test) {
sources += [ sources += [
...@@ -190,8 +190,8 @@ if (defined(ohos_lite)) { ...@@ -190,8 +190,8 @@ if (defined(ohos_lite)) {
] ]
external_deps = [ external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base", "hilog_native:libhilog_base",
"utils_base:utils",
] ]
if (build_selinux) { if (build_selinux) {
deps += [ "//third_party/selinux:libselinux" ] deps += [ "//third_party/selinux:libselinux" ]
......
...@@ -45,10 +45,10 @@ ohos_shared_library("param_watcher") { ...@@ -45,10 +45,10 @@ ohos_shared_library("param_watcher") {
] ]
external_deps = [ external_deps = [
"c_utils:utils",
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr_standard:samgr_proxy", "samgr_standard:samgr_proxy",
"utils_base:utils",
] ]
install_images = [ "system" ] install_images = [ "system" ]
part_name = "init" part_name = "init"
......
...@@ -71,10 +71,10 @@ ohos_executable("ondemandTest") { ...@@ -71,10 +71,10 @@ ohos_executable("ondemandTest") {
sources = [ "sa_service_ondemand_test.cpp" ] sources = [ "sa_service_ondemand_test.cpp" ]
external_deps = [ external_deps = [
"c_utils:utils",
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
"samgr_standard:samgr_proxy", "samgr_standard:samgr_proxy",
"utils_base:utils",
] ]
install_images = [ "system" ] install_images = [ "system" ]
......
...@@ -468,10 +468,10 @@ ohos_fuzztest("SystemWatchParameterFuzzTest") { ...@@ -468,10 +468,10 @@ ohos_fuzztest("SystemWatchParameterFuzzTest") {
"//base/startup/init/interfaces/innerkits:libbeget_proxy", "//base/startup/init/interfaces/innerkits:libbeget_proxy",
"//base/startup/init/interfaces/innerkits:libbegetutil", "//base/startup/init/interfaces/innerkits:libbegetutil",
"//third_party/bounds_checking_function:libsec_static", "//third_party/bounds_checking_function:libsec_static",
"//utils/native/base:utils",
] ]
external_deps = [ external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core", "ipc:ipc_core",
"safwk:system_ability_fwk", "safwk:system_ability_fwk",
......
...@@ -209,7 +209,6 @@ ohos_unittest("init_unittest") { ...@@ -209,7 +209,6 @@ ohos_unittest("init_unittest") {
"//third_party/googletest:gmock", "//third_party/googletest:gmock",
"//third_party/googletest:gtest", "//third_party/googletest:gtest",
"//third_party/mbedtls:mbedtls_shared", "//third_party/mbedtls:mbedtls_shared",
"//utils/native/base:utils",
] ]
defines = [ defines = [
...@@ -228,9 +227,9 @@ ohos_unittest("init_unittest") { ...@@ -228,9 +227,9 @@ ohos_unittest("init_unittest") {
} }
external_deps = [ external_deps = [
"c_utils:utils",
"hiviewdfx_hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog",
"init:libinit_module_engine", "init:libinit_module_engine",
"utils_base:utils",
] ]
if (!defined(ohos_lite) && enable_ohos_startup_init_feature_watcher) { if (!defined(ohos_lite) && enable_ohos_startup_init_feature_watcher) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册