From 6155b7d1dd2381c19e34b5684d1eb9c2a9571f05 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Wed, 21 Aug 2019 16:55:03 -0700 Subject: [PATCH] exynos9610: Rename USB HAL suffix to exynos9610 Change-Id: Iffc638b3bf747be07e9ce34278edeb546b905948 --- hidl/usb/Android.bp | 4 ++-- hidl/usb/Usb.cpp | 2 +- ...ahoo.rc => android.hardware.usb@1.1-service.exynos9610.rc} | 2 +- hidl/usb/service.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename hidl/usb/{android.hardware.usb@1.1-service.wahoo.rc => android.hardware.usb@1.1-service.exynos9610.rc} (95%) diff --git a/hidl/usb/Android.bp b/hidl/usb/Android.bp index f5bde70..263be6c 100644 --- a/hidl/usb/Android.bp +++ b/hidl/usb/Android.bp @@ -13,9 +13,9 @@ // See the License for the specific language governing permissions and // limitations under the License. cc_binary { - name: "android.hardware.usb@1.1-service.wahoo", + name: "android.hardware.usb@1.1-service.exynos9610", relative_install_path: "hw", - init_rc: ["android.hardware.usb@1.1-service.wahoo.rc"], + init_rc: ["android.hardware.usb@1.1-service.exynos9610.rc"], srcs: ["service.cpp", "Usb.cpp"], cflags: [ "-Wall", diff --git a/hidl/usb/Usb.cpp b/hidl/usb/Usb.cpp index 5f8bdce..46124d0 100644 --- a/hidl/usb/Usb.cpp +++ b/hidl/usb/Usb.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.usb@1.1-service.wahoo" +#define LOG_TAG "android.hardware.usb@1.1-service.exynos9610" #include #include diff --git a/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc b/hidl/usb/android.hardware.usb@1.1-service.exynos9610.rc similarity index 95% rename from hidl/usb/android.hardware.usb@1.1-service.wahoo.rc rename to hidl/usb/android.hardware.usb@1.1-service.exynos9610.rc index 1bb4977..a9226e5 100644 --- a/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc +++ b/hidl/usb/android.hardware.usb@1.1-service.exynos9610.rc @@ -1,4 +1,4 @@ -service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo +service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.exynos9610 class hal user root group root system diff --git a/hidl/usb/service.cpp b/hidl/usb/service.cpp index 5fffc4c..0fbb3b1 100644 --- a/hidl/usb/service.cpp +++ b/hidl/usb/service.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.usb@1.1-service.wahoo" +#define LOG_TAG "android.hardware.usb@1.1-service.exynos9610" #include #include "Usb.h" -- 2.20.1