diff --git a/services/miscdevice_service/BUILD.gn b/services/miscdevice_service/BUILD.gn index 186a66a7a2cc896773d6a79e6c793d15ccef62b1..edfd0fc55aee08159c4b643c4fae3895409f7822 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 736ade356a5fe1c6ad4e42437ece17a67cc468f7..81126c2fa959cc68a76ae5488f0a38ae8e3ab3a2 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 af88e4b7f3e54892019148506b87ff81a75278f6..9637de0d604bb567520f1306c8bc5e232a27019a 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 fbb39dc8be9af2a05453586bf39b4bc881cb9929..1ed465f9061006c5c4921e40b4a1693cf0c6b878 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 97be9f58c177986945e181cdd2d5661ed6457d6a..df4ae84d62f44d03bcc228e3a94c7f386ebefcd3 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 67b00e64cf15e561be9f06f2a4761597de418c7c..5a5779e6f73841262394daad3ef964b625e6b823 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 aa5caf07cb8b6ed4fa26f8d1651f643d1f41bd1b..6f937e490a51abf832fbbcd064c5c8640acc050b 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 dba972e874a68954516a354d0cf5f72a22ebab62..076ba46762717f95fca777c86e564aaf24fc8f91 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 8f33716605f762cedcf3a32676c156eeb10232d3..9760c5f20f608cd64b3495868a808d071c32f168 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 6873944ce0a40b3f647423e67b42b509f4c29712..fdd19ef32939cf70cf091148d926a6adbe1fad46 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 90f43ca5c98bdef063082a1fedd5f3bbaa4b180e..769f2327c3a460b0ba3fa8cec7b9f1637bca8404 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 eba4f237720c90aaff22c8cff11c3bdf906695c4..47dafa5a658ac37f7908bff55ff4e48be323fb07 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 17034430bb2bd99ee812b555ac2cd7170774435f..a6be2850bc8d828f3bc6ebac6e6eafc0c330a3e0 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 57968839a6ca9998a337d7223073fedde1b153b0..21ca250d9231e98854458f020573d2535a16cd58 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 502832ecaa904134452e3613d1a053c6384fff03..039586701b65c71379fba1faef3db9b069dffa21 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 f4d99ffb89ff7f0b6c7da40351afa95e3644b835..2c10d33e0681dd6f0ed6472e641ff297ebb6bd08 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 f47383937320128746ae7e31c1eeb101f7f950f2..08615555a19bcba3e52eafdcac3a4c3ca4058a5e 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 8267d44d076f240c44572a31b05beab22460c1ab..3d3c7bb730238c0a369828e0241f7ebc475d6ecd 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 482e7ed2f9d4ab2a229a0b47dec1b4fb87c609dc..4b245464e6b826dcc8a4001a6bee5e439f96c5d4 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 f9bddfb95f4e7488185feeb59d7e83cfc2cbe2fe..a78b15fb9518e462fa73267c9a370d7a46c328f2 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 9e5791f0f94c2360b4cedf2bc8f72e2a6143fbe3..9db4732a80935078c0de71d8404643a486f0a173 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",