From fcf5e4b85d1e7ff832eef45c4001f7cc962dfbb6 Mon Sep 17 00:00:00 2001 From: wuzhihuitmac Date: Tue, 8 Jul 2025 21:41:27 +0800 Subject: [PATCH] Remove old dependent for hdi Signed-off-by: wuzhihuitmac Change-Id: I6c05e06971571cb800dd7f8a8c282ecbf812031f --- services/miscdevice_service/BUILD.gn | 6 ------ test/fuzztest/service/getdelaytimestub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/geteffectinfostub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/getlightliststub_fuzzer/BUILD.gn | 2 +- .../service/getvibratorcapacitystub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/getvibratorliststub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/issupporteffectstub_fuzzer/BUILD.gn | 2 +- .../service/playpackagebysessionidstub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/playpatternstub_fuzzer/BUILD.gn | 2 +- .../service/playprimitiveeffectstub_fuzzer/BUILD.gn | 2 +- .../fuzztest/service/playvibratorcustomstub_fuzzer/BUILD.gn | 2 +- .../fuzztest/service/playvibratoreffectstub_fuzzer/BUILD.gn | 2 +- .../service/stopvibratebysessionidstub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/stopvibratorallstub_fuzzer/BUILD.gn | 2 +- .../fuzztest/service/stopvibratorbymodestub_fuzzer/BUILD.gn | 2 +- .../service/subscribevibratorpluginfostub_fuzzer/BUILD.gn | 2 +- .../service/transferclientremoteobjectstub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/turnoffstub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/turnonstub_fuzzer/BUILD.gn | 2 +- test/fuzztest/service/vibratestub_fuzzer/BUILD.gn | 2 +- .../service/vibratoronremoterequest_fuzzer/BUILD.gn | 2 +- 21 files changed, 20 insertions(+), 26 deletions(-) diff --git a/services/miscdevice_service/BUILD.gn b/services/miscdevice_service/BUILD.gn index 186a66a..edfd0fc 100644 --- a/services/miscdevice_service/BUILD.gn +++ b/services/miscdevice_service/BUILD.gn @@ -103,9 +103,6 @@ ohos_shared_library("libmiscdevice_service") { sources += [ "hdi_connection/adapter/src/hdi_connection.cpp" ] external_deps += [ - "drivers_interface_vibrator:libvibrator_proxy_1.1", - "drivers_interface_vibrator:libvibrator_proxy_1.2", - "drivers_interface_vibrator:libvibrator_proxy_1.3", "drivers_interface_vibrator:libvibrator_proxy_2.0", ] } @@ -219,9 +216,6 @@ ohos_static_library("libmiscdevice_service_static") { sources += [ "hdi_connection/adapter/src/hdi_connection.cpp" ] external_deps += [ - "drivers_interface_vibrator:libvibrator_proxy_1.1", - "drivers_interface_vibrator:libvibrator_proxy_1.2", - "drivers_interface_vibrator:libvibrator_proxy_1.3", "drivers_interface_vibrator:libvibrator_proxy_2.0", ] } diff --git a/test/fuzztest/service/getdelaytimestub_fuzzer/BUILD.gn b/test/fuzztest/service/getdelaytimestub_fuzzer/BUILD.gn index 736ade3..81126c2 100644 --- a/test/fuzztest/service/getdelaytimestub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/getdelaytimestub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("GetDelayTimeStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/geteffectinfostub_fuzzer/BUILD.gn b/test/fuzztest/service/geteffectinfostub_fuzzer/BUILD.gn index af88e4b..9637de0 100644 --- a/test/fuzztest/service/geteffectinfostub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/geteffectinfostub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("GetEffectInfoStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/getlightliststub_fuzzer/BUILD.gn b/test/fuzztest/service/getlightliststub_fuzzer/BUILD.gn index fbb39dc..1ed465f 100644 --- a/test/fuzztest/service/getlightliststub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/getlightliststub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("GetLightListStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/getvibratorcapacitystub_fuzzer/BUILD.gn b/test/fuzztest/service/getvibratorcapacitystub_fuzzer/BUILD.gn index 97be9f5..df4ae84 100644 --- a/test/fuzztest/service/getvibratorcapacitystub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/getvibratorcapacitystub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("GetVibratorCapacityStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/getvibratorliststub_fuzzer/BUILD.gn b/test/fuzztest/service/getvibratorliststub_fuzzer/BUILD.gn index 67b00e6..5a5779e 100644 --- a/test/fuzztest/service/getvibratorliststub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/getvibratorliststub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("GetVibratorListStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/issupporteffectstub_fuzzer/BUILD.gn b/test/fuzztest/service/issupporteffectstub_fuzzer/BUILD.gn index aa5caf0..6f937e4 100644 --- a/test/fuzztest/service/issupporteffectstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/issupporteffectstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("IsSupportEffectStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/playpackagebysessionidstub_fuzzer/BUILD.gn b/test/fuzztest/service/playpackagebysessionidstub_fuzzer/BUILD.gn index dba972e..076ba46 100644 --- a/test/fuzztest/service/playpackagebysessionidstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/playpackagebysessionidstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("PlayPackageBySessionIdStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/playpatternstub_fuzzer/BUILD.gn b/test/fuzztest/service/playpatternstub_fuzzer/BUILD.gn index 8f33716..9760c5f 100644 --- a/test/fuzztest/service/playpatternstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/playpatternstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("PlayPatternStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/playprimitiveeffectstub_fuzzer/BUILD.gn b/test/fuzztest/service/playprimitiveeffectstub_fuzzer/BUILD.gn index 6873944..fdd19ef 100644 --- a/test/fuzztest/service/playprimitiveeffectstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/playprimitiveeffectstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("PlayPrimitiveEffectStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/playvibratorcustomstub_fuzzer/BUILD.gn b/test/fuzztest/service/playvibratorcustomstub_fuzzer/BUILD.gn index 90f43ca..769f232 100644 --- a/test/fuzztest/service/playvibratorcustomstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/playvibratorcustomstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("PlayVibratorCustomStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/playvibratoreffectstub_fuzzer/BUILD.gn b/test/fuzztest/service/playvibratoreffectstub_fuzzer/BUILD.gn index eba4f23..47dafa5 100644 --- a/test/fuzztest/service/playvibratoreffectstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/playvibratoreffectstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("PlayVibratorEffectStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/stopvibratebysessionidstub_fuzzer/BUILD.gn b/test/fuzztest/service/stopvibratebysessionidstub_fuzzer/BUILD.gn index 1703443..a6be285 100644 --- a/test/fuzztest/service/stopvibratebysessionidstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/stopvibratebysessionidstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("StopVibrateBySessionIdStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/stopvibratorallstub_fuzzer/BUILD.gn b/test/fuzztest/service/stopvibratorallstub_fuzzer/BUILD.gn index 5796883..21ca250 100644 --- a/test/fuzztest/service/stopvibratorallstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/stopvibratorallstub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("StopVibratorAllStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/stopvibratorbymodestub_fuzzer/BUILD.gn b/test/fuzztest/service/stopvibratorbymodestub_fuzzer/BUILD.gn index 502832e..0395867 100644 --- a/test/fuzztest/service/stopvibratorbymodestub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/stopvibratorbymodestub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("StopVibratorByModeStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/subscribevibratorpluginfostub_fuzzer/BUILD.gn b/test/fuzztest/service/subscribevibratorpluginfostub_fuzzer/BUILD.gn index f4d99ff..2c10d33 100644 --- a/test/fuzztest/service/subscribevibratorpluginfostub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/subscribevibratorpluginfostub_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("SubscribeVibratorPlugInfoStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/transferclientremoteobjectstub_fuzzer/BUILD.gn b/test/fuzztest/service/transferclientremoteobjectstub_fuzzer/BUILD.gn index f473839..0861555 100644 --- a/test/fuzztest/service/transferclientremoteobjectstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/transferclientremoteobjectstub_fuzzer/BUILD.gn @@ -55,7 +55,7 @@ ohos_fuzztest("TransferClientRemoteObjectStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/turnoffstub_fuzzer/BUILD.gn b/test/fuzztest/service/turnoffstub_fuzzer/BUILD.gn index 8267d44..3d3c7bb 100644 --- a/test/fuzztest/service/turnoffstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/turnoffstub_fuzzer/BUILD.gn @@ -55,7 +55,7 @@ ohos_fuzztest("TurnOffStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/turnonstub_fuzzer/BUILD.gn b/test/fuzztest/service/turnonstub_fuzzer/BUILD.gn index 482e7ed..4b24546 100644 --- a/test/fuzztest/service/turnonstub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/turnonstub_fuzzer/BUILD.gn @@ -55,7 +55,7 @@ ohos_fuzztest("TurnOnStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/vibratestub_fuzzer/BUILD.gn b/test/fuzztest/service/vibratestub_fuzzer/BUILD.gn index f9bddfb..a78b15f 100644 --- a/test/fuzztest/service/vibratestub_fuzzer/BUILD.gn +++ b/test/fuzztest/service/vibratestub_fuzzer/BUILD.gn @@ -55,7 +55,7 @@ ohos_fuzztest("VibrateStubFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", diff --git a/test/fuzztest/service/vibratoronremoterequest_fuzzer/BUILD.gn b/test/fuzztest/service/vibratoronremoterequest_fuzzer/BUILD.gn index 9e5791f..9db4732 100644 --- a/test/fuzztest/service/vibratoronremoterequest_fuzzer/BUILD.gn +++ b/test/fuzztest/service/vibratoronremoterequest_fuzzer/BUILD.gn @@ -56,7 +56,7 @@ ohos_fuzztest("VibratorOnRemoteRequestFuzzTest") { "access_token:libtokensetproc_shared", "cJSON:cjson", "c_utils:utils", - "drivers_interface_vibrator:libvibrator_proxy_1.1", + "drivers_interface_vibrator:libvibrator_proxy_2.0", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", -- Gitee