mirror of
https://github.com/openharmony/usb_manager.git
synced 2026-07-01 21:45:09 -04:00
modify usb driver interface part name
Signed-off-by: wu <wuzhimin8@huawei.com>
This commit is contained in:
@@ -44,12 +44,12 @@ ohos_shared_library("usbsrv_client") {
|
||||
deps = [ "//third_party/jsoncpp:jsoncpp" ]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
|
||||
@@ -39,10 +39,10 @@ ohos_shared_library("usb") {
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
]
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:lsamgr",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -56,12 +56,12 @@ ohos_shared_library("usbservice") {
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
|
||||
+26
-26
@@ -49,9 +49,9 @@ ohos_fuzztest("UsbMgrRequestRightFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -71,9 +71,9 @@ ohos_fuzztest("UsbMgrHasRightFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -94,9 +94,9 @@ ohos_fuzztest("UsbMgrRemoveRightFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -117,9 +117,9 @@ ohos_fuzztest("UsbMgrGetSupportedModesFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -141,9 +141,9 @@ ohos_fuzztest("UsbMgrSetPortRoleFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -164,9 +164,9 @@ ohos_fuzztest("UsbMgrSetCurrentFunctionsFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -189,9 +189,9 @@ ohos_fuzztest("UsbMgrUsbFunctionsFromStringFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -212,9 +212,9 @@ ohos_fuzztest("UsbMgrUsbFunctionsToStringFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -237,9 +237,9 @@ ohos_fuzztest("UsbMgrClaimInterfaceFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -260,9 +260,9 @@ ohos_fuzztest("UsbMgrReleaseInterfaceFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -284,9 +284,9 @@ ohos_fuzztest("UsbMgrBulkTransferFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -307,9 +307,9 @@ ohos_fuzztest("UsbMgrControlTransferFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -330,9 +330,9 @@ ohos_fuzztest("UsbMgrSetConfigurationFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -354,9 +354,9 @@ ohos_fuzztest("UsbMgrSetInterfaceFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -377,9 +377,9 @@ ohos_fuzztest("UsbMgrGetRawDescriptorsFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -401,9 +401,9 @@ ohos_fuzztest("UsbMgrGetFileDescriptorFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -424,9 +424,9 @@ ohos_fuzztest("UsbMgrCloseFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -447,9 +447,9 @@ ohos_fuzztest("UsbMgrPipeRequestWaitFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -470,9 +470,9 @@ ohos_fuzztest("UsbMgrRequestInitializeFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -494,9 +494,9 @@ ohos_fuzztest("UsbMgrRequestQueueFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -517,9 +517,9 @@ ohos_fuzztest("UsbMgrRequestFreeFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -540,9 +540,9 @@ ohos_fuzztest("UsbMgrRegBulkCallbackFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -566,9 +566,9 @@ ohos_fuzztest("UsbMgrUnRegBulkCallbackFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -592,9 +592,9 @@ ohos_fuzztest("UsbMgrBulkReadFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -618,9 +618,9 @@ ohos_fuzztest("UsbMgrBulkWriteFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
@@ -644,9 +644,9 @@ ohos_fuzztest("UsbMgrBulkCancelFuzzTest") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
|
||||
@@ -45,12 +45,12 @@ ohos_unittest("test_usbdevicepipe") {
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
}
|
||||
@@ -77,12 +77,12 @@ ohos_unittest("test_bulkcallback") {
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
}
|
||||
@@ -106,12 +106,12 @@ ohos_unittest("test_usbrequest") {
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
}
|
||||
@@ -135,12 +135,12 @@ ohos_unittest("test_usbcore") {
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
}
|
||||
@@ -165,12 +165,12 @@ ohos_unittest("test_usbevent") {
|
||||
"ability_base:want",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"common_event_service:cesfwk_innerkits",
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"eventhandler:libeventhandler",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -26,9 +26,9 @@ ohos_executable("usb_function_port_test") {
|
||||
]
|
||||
deps = [ "${usb_manager_path}/interfaces/innerkits:usbsrv_client" ]
|
||||
external_deps = [
|
||||
"drivers_interface_usb:usbd_client",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"usb_device_driver_interface:usbd_client",
|
||||
"utils_base:utils",
|
||||
]
|
||||
install_enable = false
|
||||
|
||||
Reference in New Issue
Block a user