mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-26 17:31:26 +00:00
change hilog hisysevent hitrace
Signed-off-by: dengjiewen <dengjiewen1@huawei.com> Change-Id: Ie3bd02fc983e7d942a7ec6db356dc003e98cc541
This commit is contained in:
parent
71f3d2ec45
commit
44811bf80d
@ -29,19 +29,18 @@
|
||||
"ram": "7271KB",
|
||||
"deps": {
|
||||
"components": [
|
||||
"hiviewdfx_hilog_native",
|
||||
"hilog",
|
||||
"ipc",
|
||||
"safwk",
|
||||
"samgr",
|
||||
"init",
|
||||
"hisysevent_native",
|
||||
"hisysevent",
|
||||
"drivers_interface_user_auth",
|
||||
"access_token",
|
||||
"os_account",
|
||||
"napi",
|
||||
"hilog_native",
|
||||
"hdf_core",
|
||||
"hitrace_native",
|
||||
"hitrace",
|
||||
"c_utils"
|
||||
],
|
||||
"third_party": [
|
||||
|
@ -31,7 +31,7 @@ ohos_source_set("iam_thread_pool") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
|
||||
public_configs = [ ":iam_thread_pool_config" ]
|
||||
@ -57,7 +57,7 @@ ohos_source_set("iam_utils") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
|
||||
public_configs = [
|
||||
@ -79,7 +79,7 @@ ohos_source_set("iam_test") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
|
||||
public_configs = [ ":iam_test_config" ]
|
||||
|
@ -36,7 +36,7 @@ ohos_shared_library("userauth") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"napi:ace_napi",
|
||||
]
|
||||
|
@ -64,7 +64,7 @@ ohos_shared_library("userauth_client") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"samgr:samgr_proxy",
|
||||
]
|
||||
|
@ -28,7 +28,7 @@ ohos_source_set("attributes") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
]
|
||||
|
||||
subsystem_name = "useriam"
|
||||
@ -53,9 +53,9 @@ ohos_source_set("dfx") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hisysevent_native:libhisysevent",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"hisysevent:libhisysevent",
|
||||
"hitrace:hitrace_meter",
|
||||
]
|
||||
|
||||
subsystem_name = "useriam"
|
||||
|
@ -64,7 +64,7 @@ ohos_shared_library("userauth_executors") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hdf_core:libhdi",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"init:libbeget_proxy",
|
||||
"ipc:ipc_single",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -47,7 +47,7 @@ ohos_source_set("userauth_client_ipc") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
|
||||
@ -82,7 +82,7 @@ ohos_source_set("userauth_service_ipc") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
|
||||
|
@ -33,7 +33,7 @@ ohos_source_set("userauth_service_base") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
|
@ -43,8 +43,8 @@ ohos_source_set("userauth_service_context") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
"hitrace:hitrace_meter",
|
||||
"init:libbegetutil",
|
||||
]
|
||||
|
||||
|
@ -62,8 +62,8 @@ ohos_source_set("userauth_service_core") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"hilog_native:libhilog",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
"hitrace:hitrace_meter",
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
|
@ -45,8 +45,8 @@ ohos_source_set("userauth_services_ipc") {
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"hilog_native:libhilog",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
"hitrace:hitrace_meter",
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
|
@ -58,7 +58,7 @@ ohos_fuzztest("CoAuthClientFuzzTest") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -58,7 +58,7 @@ ohos_fuzztest("ExecutorCallbackStubFuzzTest") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -57,7 +57,7 @@ ohos_fuzztest("UserAuthCallbackStubFuzzTest") {
|
||||
remove_configs = [ "//build/config/compiler:no_exceptions" ]
|
||||
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -57,7 +57,7 @@ ohos_fuzztest("UserAuthClientFuzzTest") {
|
||||
remove_configs = [ "//build/config/compiler:no_exceptions" ]
|
||||
|
||||
external_deps = [
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -58,7 +58,7 @@ ohos_fuzztest("UserIdmClientFuzzTest") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -58,7 +58,7 @@ ohos_fuzztest("UserIdmClientStubFuzzTest") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -65,7 +65,7 @@ ohos_fuzztest("UserAuthDriverManagerFuzzTest") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hdf_core:libhdi",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"init:libbeget_proxy",
|
||||
"ipc:ipc_single",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -65,7 +65,7 @@ ohos_fuzztest("UserAuthExecutorFuzzTest") {
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hdf_core:libhdi",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"init:libbeget_proxy",
|
||||
"ipc:ipc_single",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -51,7 +51,7 @@ ohos_fuzztest("CoAuthServiceFuzzTest") {
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -47,7 +47,7 @@ ohos_fuzztest("CoAuthStubFuzzTest") {
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -51,7 +51,7 @@ ohos_fuzztest("ServiceCoreFuzzTest") {
|
||||
|
||||
remove_configs = [ "//build/config/compiler:no_exceptions" ]
|
||||
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
|
||||
subsystem_name = "useriam"
|
||||
part_name = "user_auth_framework"
|
||||
|
@ -47,7 +47,7 @@ ohos_fuzztest("UserAuthServiceFuzzTest") {
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -47,7 +47,7 @@ ohos_fuzztest("UserAuthStubFuzzTest") {
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -47,7 +47,7 @@ ohos_fuzztest("UserIdmServiceFuzzTest") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -47,7 +47,7 @@ ohos_fuzztest("UserIdmStubFuzzTest") {
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -62,7 +62,7 @@ ohos_unittest("iam_executors_test") {
|
||||
"hdf_core:libhdf_ipc_adapter",
|
||||
"hdf_core:libhdf_utils",
|
||||
"hdf_core:libhdi",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"init:libbeget_proxy",
|
||||
"ipc:ipc_single",
|
||||
"samgr:samgr_proxy",
|
||||
|
@ -70,7 +70,7 @@ ohos_unittest("iam_inner_api_test") {
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_single",
|
||||
]
|
||||
|
||||
|
@ -106,8 +106,8 @@ ohos_unittest("iam_services_test") {
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"c_utils:utils",
|
||||
"drivers_interface_user_auth:libuser_auth_proxy_1.1",
|
||||
"hilog_native:libhilog",
|
||||
"hitrace_native:hitrace_meter",
|
||||
"hilog:libhilog",
|
||||
"hitrace:hitrace_meter",
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_single",
|
||||
"os_account:os_account_innerkits",
|
||||
|
Loading…
Reference in New Issue
Block a user