!69 【系统组件独立编译】把对usb_device_driver的依赖修改为对usb_device_driver_interface部件的依赖

Merge pull request !69 from handy/0610
This commit is contained in:
openharmony_ci
2022-06-16 08:04:41 +00:00
committed by Gitee
6 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ ohos_shared_library("usbsrv_client") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
+1 -1
View File
@@ -42,7 +42,7 @@ ohos_shared_library("usb") {
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:lsamgr",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
+1 -1
View File
@@ -61,7 +61,7 @@ ohos_shared_library("usbservice") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
+26 -26
View File
@@ -51,7 +51,7 @@ ohos_fuzztest("UsbMgrRequestRightFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -73,7 +73,7 @@ ohos_fuzztest("UsbMgrHasRightFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -96,7 +96,7 @@ ohos_fuzztest("UsbMgrRemoveRightFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -119,7 +119,7 @@ ohos_fuzztest("UsbMgrGetSupportedModesFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -143,7 +143,7 @@ ohos_fuzztest("UsbMgrSetPortRoleFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -166,7 +166,7 @@ ohos_fuzztest("UsbMgrSetCurrentFunctionsFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -191,7 +191,7 @@ ohos_fuzztest("UsbMgrUsbFunctionsFromStringFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -214,7 +214,7 @@ ohos_fuzztest("UsbMgrUsbFunctionsToStringFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -239,7 +239,7 @@ ohos_fuzztest("UsbMgrClaimInterfaceFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -262,7 +262,7 @@ ohos_fuzztest("UsbMgrReleaseInterfaceFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -286,7 +286,7 @@ ohos_fuzztest("UsbMgrBulkTransferFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -309,7 +309,7 @@ ohos_fuzztest("UsbMgrControlTransferFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -332,7 +332,7 @@ ohos_fuzztest("UsbMgrSetConfigurationFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -356,7 +356,7 @@ ohos_fuzztest("UsbMgrSetInterfaceFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -379,7 +379,7 @@ ohos_fuzztest("UsbMgrGetRawDescriptorsFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -403,7 +403,7 @@ ohos_fuzztest("UsbMgrGetFileDescriptorFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -426,7 +426,7 @@ ohos_fuzztest("UsbMgrCloseFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -449,7 +449,7 @@ ohos_fuzztest("UsbMgrPipeRequestWaitFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -472,7 +472,7 @@ ohos_fuzztest("UsbMgrRequestInitializeFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -496,7 +496,7 @@ ohos_fuzztest("UsbMgrRequestQueueFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -519,7 +519,7 @@ ohos_fuzztest("UsbMgrRequestFreeFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -542,7 +542,7 @@ ohos_fuzztest("UsbMgrRegBulkCallbackFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -568,7 +568,7 @@ ohos_fuzztest("UsbMgrUnRegBulkCallbackFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -594,7 +594,7 @@ ohos_fuzztest("UsbMgrBulkReadFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -620,7 +620,7 @@ ohos_fuzztest("UsbMgrBulkWriteFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
@@ -646,7 +646,7 @@ ohos_fuzztest("UsbMgrBulkCancelFuzzTest") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
+5 -5
View File
@@ -50,7 +50,7 @@ ohos_unittest("test_usbdevicepipe") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
}
@@ -82,7 +82,7 @@ ohos_unittest("test_bulkcallback") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
}
@@ -111,7 +111,7 @@ ohos_unittest("test_usbrequest") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
}
@@ -140,7 +140,7 @@ ohos_unittest("test_usbcore") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
}
@@ -170,7 +170,7 @@ ohos_unittest("test_usbevent") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_standard:samgr_proxy",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
}
+1 -1
View File
@@ -28,7 +28,7 @@ ohos_executable("usb_function_port_test") {
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"usb_device_driver:usbd_client",
"usb_device_driver_interface:usbd_client",
"utils_base:utils",
]
install_enable = false