Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a0be89d8 authored by Rohit Sekhar's avatar Rohit Sekhar Committed by Michael Bestas
Browse files

FP5: vibrator: Rebrand for FP5

Change-Id: I2e43e7d2d49712d0903a1575622abc9a22f695a7
parent c5949c3b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ vibrator_cc_defaults {


cc_library_shared {
    name: "vendor.qti.hardware.vibrator.impl",
    name: "vendor.qti.hardware.vibrator.impl.FP5",
    defaults: [
        "vibrator_defaults",
        "qti_vibrator_hal_defaults",
@@ -55,13 +55,13 @@ cc_library_shared {
}

cc_binary {
    name: "vendor.qti.hardware.vibrator.service",
    name: "vendor.qti.hardware.vibrator.service.FP5",
    defaults: ["vibrator_defaults"],
    vendor: true,
    relative_install_path: "hw",
    init_rc: ["vendor.qti.hardware.vibrator.service.rc"],
    init_rc: ["vendor.qti.hardware.vibrator.service.FP5.rc"],
    vintf_fragments: [
        "vendor.qti.hardware.vibrator.service.xml",
        "vendor.qti.hardware.vibrator.service.FP5.xml",
    ],
    srcs: [
        "service.cpp",
@@ -71,6 +71,6 @@ cc_binary {
        "libutils",
        "libbase",
        "libbinder_ndk",
        "vendor.qti.hardware.vibrator.impl",
        "vendor.qti.hardware.vibrator.impl.FP5",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
 * SPDX-License-Identifier: BSD-3-Clause-Clear
 */

#define LOG_TAG "vendor.qti.vibrator"
#define LOG_TAG "vendor.qti.vibrator.FP5"

#include <cutils/properties.h>
#include <dirent.h>
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

#define LOG_TAG "vendor.qti.hardware.vibrator.service"
#define LOG_TAG "vendor.qti.hardware.vibrator.service.FP5"

#include <android-base/logging.h>
#include <android/binder_manager.h>
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ on late-init
    chown system system /sys/class/qcom-haptics/primitive_duration
    chmod 0600 /sys/class/qcom-haptics/primitive_duration

service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service
service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service.FP5
    class hal
    user system
    group system input