提交 e88741aa 编写于 作者: X xuyong

Replace hilog_native/hisysevent_native/hitrace_native with hilog/hisysevent/hitrace

Signed-off-by: Nxuyong <xuyong59@huawei.com>
上级 76f90624
......@@ -36,17 +36,16 @@
"napi",
"ipc",
"config_policy",
"hilog_native",
"hilog",
"thirdparty_bounds_checking_function",
"samgr",
"hiviewdfx_hilog_native",
"selinux_adapter",
"hiviewdfx",
"access_token",
"common",
"dsoftbus",
"hvb",
"hisysevent_native",
"hisysevent",
"profiler",
"toybox",
"mksh"
......
......@@ -212,7 +212,7 @@ if (defined(ohos_lite)) {
external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base",
"hilog:libhilog_base",
]
public_configs = [ ":exported_header_files" ]
part_name = "init"
......@@ -273,7 +273,7 @@ if (defined(ohos_lite)) {
external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base",
"hilog:libhilog_base",
"ipc:ipc_single",
"samgr:samgr_proxy",
]
......@@ -311,7 +311,7 @@ if (defined(ohos_lite)) {
deps += [ "//base/startup/init/services/param/base:param_base" ]
external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base",
"hilog:libhilog_base",
]
part_name = "init"
subsystem_name = "startup"
......
......@@ -206,7 +206,7 @@ if (defined(ohos_lite)) {
deps += [ "//base/startup/init/services/param/base:param_base" ]
external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base",
"hilog:libhilog_base",
]
if (build_selinux) {
deps += [
......
......@@ -58,7 +58,7 @@ if (defined(ohos_lite)) {
defines = [ "INIT_AGENT" ]
public_configs = [ ":exported_header_files" ]
include_dirs = [ "//third_party/bounds_checking_function/include" ]
external_deps = [ "hilog_native:libhilog_base" ]
external_deps = [ "hilog:libhilog_base" ]
part_name = "init"
subsystem_name = "startup"
}
......
......@@ -32,7 +32,7 @@ ohos_shared_library("eventmodule") {
"//third_party/bounds_checking_function:libsec_shared",
]
external_deps = [ "hisysevent_native:libhisysevent" ]
external_deps = [ "hisysevent:libhisysevent" ]
part_name = "init"
subsystem_name = "startup"
......
此差异已折叠。
......@@ -79,7 +79,7 @@ ohos_moduletest("InitModuleTest") {
external_deps = [
"c_utils:utils",
"hilog_native:libhilog_base",
"hilog:libhilog_base",
"ipc:ipc_single",
"samgr:samgr_proxy",
]
......
......@@ -305,8 +305,8 @@ ohos_unittest("init_unittest") {
"access_token:libnativetoken",
"access_token:libtoken_setproc",
"c_utils:utils",
"hisysevent_native:libhisysevent",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
"hisysevent:libhisysevent",
"init:libinit_module_engine",
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册