diff --git a/vibrator/v1_3/BUILD.gn b/vibrator/v1_3/BUILD.gn index b8127e2bc1282aaeee3e7d67d4d1c035c37e0d67..bbc03b4fda1c3d76b27936f69b041f884652e07a 100644 --- a/vibrator/v1_3/BUILD.gn +++ b/vibrator/v1_3/BUILD.gn @@ -20,14 +20,7 @@ if (defined(ohos_lite)) { } else { hdi("vibrator") { module_name = "vibrator_service" - proxy_deps = [ - "../v1_1:libvibrator_proxy_1.1", - "../v1_2:libvibrator_proxy_1.2", - ] - stub_deps = [ - "../v1_1:libvibrator_stub_1.1", - "../v1_2:libvibrator_stub_1.2", - ] + imports = [ "ohos.hdi.vibrator.v1_2:vibrator" ] sources = [ "IVibratorInterface.idl",