diff --git a/common/executors/BUILD.gn b/common/executors/BUILD.gn index e7c06de..712551a 100644 --- a/common/executors/BUILD.gn +++ b/common/executors/BUILD.gn @@ -50,10 +50,7 @@ ohos_shared_library("userauth_executors") { deps = [ "//base/useriam/user_auth_framework/common:iam_utils" ] external_deps = [ - "device_driver_framework:libhdf_host", - "device_driver_framework:libhdf_ipc_adapter", - "device_driver_framework:libhdf_utils", - "device_driver_framework:libhdi", + "hdf_core:libhdi", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_single", "samgr_standard:samgr_proxy", diff --git a/common/executors/src/driver_manager.cpp b/common/executors/src/driver_manager.cpp index 63e6a6a..60e9662 100644 --- a/common/executors/src/driver_manager.cpp +++ b/common/executors/src/driver_manager.cpp @@ -16,9 +16,8 @@ #include "driver_manager.h" #include +#include -#include "devsvc_manager_stub.h" -#include "hdf_device_desc.h" #include "iservice_registry.h" #include "iservmgr_hdi.h" #include "parameter.h" diff --git a/services/BUILD.gn b/services/BUILD.gn index 76d348f..6d7fde1 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -71,8 +71,8 @@ ohos_shared_library("userauthservice") { external_deps = [ "access_token:libaccesstoken_sdk", - "device_driver_framework:libhdf_utils", "eventhandler:libeventhandler", + "hdf_core:libhdf_utils", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "safwk:system_ability_fwk", diff --git a/test/user_auth/fuzztest/userauthdrivermanager_fuzzer/BUILD.gn b/test/user_auth/fuzztest/userauthdrivermanager_fuzzer/BUILD.gn index 3dabe6b..2f6ad17 100644 --- a/test/user_auth/fuzztest/userauthdrivermanager_fuzzer/BUILD.gn +++ b/test/user_auth/fuzztest/userauthdrivermanager_fuzzer/BUILD.gn @@ -44,7 +44,7 @@ ohos_fuzztest("UserAuthDriverManagerFuzzTest") { ] external_deps = [ - "device_driver_framework:libhdi", + "hdf_core:libhdi", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_single", "samgr_standard:samgr_proxy",