feat: normalize drivers framework component and repos

Signed-off-by: yuanbo <yuanbo@huawei.com>
This commit is contained in:
yuanbo
2022-06-15 18:08:24 +08:00
parent aeca5c5da5
commit 7e012fef1c
4 changed files with 4 additions and 8 deletions
+1 -4
View File
@@ -50,10 +50,7 @@ ohos_shared_library("userauth_executors") {
deps = [ "//base/user_iam/user_auth/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",
+1 -2
View File
@@ -16,9 +16,8 @@
#include "driver_manager.h"
#include <set>
#include <system_ability_definition.h>
#include "devsvc_manager_stub.h"
#include "hdf_device_desc.h"
#include "iservice_registry.h"
#include "iservmgr_hdi.h"
#include "parameter.h"
+1 -1
View File
@@ -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",
@@ -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",