mirror of
https://gitee.com/openharmony/security_code_signature
synced 2024-11-30 18:01:08 +00:00
modify name of DFX components
Match-id-9e1e6ead9180c4184d91ea0ebb3ba606013a19fe
This commit is contained in:
parent
9794c655a0
commit
c6fe6032c3
@ -23,9 +23,9 @@
|
||||
"deps": {
|
||||
"components": [
|
||||
"ability_tools",
|
||||
"hiviewdfx_hilog_native",
|
||||
"hitrace_native",
|
||||
"hisysevent_native",
|
||||
"hilog",
|
||||
"hitrace",
|
||||
"hisysevent",
|
||||
"ability_base",
|
||||
"c_utils",
|
||||
"ipc",
|
||||
@ -65,4 +65,4 @@
|
||||
"test": [ "//base/security/code_signature/test:testgroup" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -33,9 +33,9 @@ ohos_shared_library("libcode_sign_utils") {
|
||||
external_deps = [
|
||||
"ability_base:extractortool",
|
||||
"c_utils:utils",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
"hitrace:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
install_enable = true
|
||||
|
||||
|
@ -34,8 +34,8 @@ ohos_shared_library("liblocal_code_sign_sdk") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -23,8 +23,8 @@ ohos_rust_executable("key_enable") {
|
||||
]
|
||||
deps = [ "utils:libkey_enable_utils" ]
|
||||
external_deps = [
|
||||
"hisysevent_native:hisysevent_rust",
|
||||
"hiviewdfx_hilog_native:hilog_rust",
|
||||
"hisysevent:hisysevent_rust",
|
||||
"hilog:hilog_rust",
|
||||
]
|
||||
crate_name = "key_enable"
|
||||
crate_type = "bin"
|
||||
@ -52,4 +52,4 @@ group("key_enable_targets") {
|
||||
":key_enable.cfg",
|
||||
":trusted_code_signature_ca",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ ohos_static_library("libkey_enable_utils") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
subsystem_name = "security"
|
||||
part_name = "code_signature"
|
||||
|
@ -41,9 +41,9 @@ ohos_shared_library("liblocal_code_sign") {
|
||||
"access_token:libtokenid_sdk",
|
||||
"c_utils:utils",
|
||||
"eventhandler:libeventhandler",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
"hitrace:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
"huks:libhukssdk",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
|
@ -66,9 +66,9 @@ ohos_fuzztest("SignLocalCodeStubFuzzTest") {
|
||||
"access_token:libtokenid_sdk",
|
||||
"c_utils:utils",
|
||||
"eventhandler:libeventhandler",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
"hitrace:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
"huks:libhukssdk",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
|
@ -28,7 +28,7 @@ ohos_unittest("code_sign_utils_unittest") {
|
||||
"${code_signature_root_dir}/interfaces/innerkits/code_sign_utils/include",
|
||||
]
|
||||
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
|
||||
ohos_unittest("local_code_sign_unittest") {
|
||||
@ -53,7 +53,7 @@ ohos_unittest("local_code_sign_unittest") {
|
||||
"access_token:libnativetoken",
|
||||
"access_token:libtoken_setproc",
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -41,5 +41,5 @@ ohos_source_set("fsverity_sign_src_set") {
|
||||
"${openssl_dir}:libcrypto_shared",
|
||||
]
|
||||
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user