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

Commit 262cefca authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

FP6: vibrator: Rebrand to FP6

parent 39972816
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Common_CFlags = ["-Wall"]
Common_CFlags += ["-Werror"]

cc_library_shared {
    name: "vendor.qti.hardware.vibrator.impl",
    name: "vendor.qti.hardware.vibrator.FP6.impl",
    vendor: true,
    srcs: [
        "Vibrator.cpp",
@@ -12,8 +12,8 @@ cc_library_shared {
        "libcutils",
        "libutils",
        "liblog",
        "libqtivibratoreffect",
        "libqtivibratoreffectoffload",
        "libqtivibratoreffect.FP6",
        "libqtivibratoreffectoffload.FP6",
        "libsoc_helper",
        "libbinder_ndk",
        "android.hardware.vibrator-V2-ndk",
@@ -22,12 +22,12 @@ cc_library_shared {
}

cc_binary {
    name: "vendor.qti.hardware.vibrator.service",
    name: "vendor.qti.hardware.vibrator.service.FP6",
    vendor: true,
    relative_install_path: "hw",
    init_rc: ["vendor.qti.hardware.vibrator.service.rc"],
    init_rc: ["vendor.qti.hardware.vibrator.service.FP6.rc"],
    vintf_fragments: [
        "vendor.qti.hardware.vibrator.service.xml",
        "vendor.qti.hardware.vibrator.service.FP6.xml",
    ],
    srcs: [
        "service.cpp",
@@ -38,6 +38,6 @@ cc_binary {
        "libbase",
        "libbinder_ndk",
        "android.hardware.vibrator-V2-ndk",
        "vendor.qti.hardware.vibrator.impl",
        "vendor.qti.hardware.vibrator.FP6.impl",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
 * SPDX-License-Identifier: BSD-3-Clause-Clear
 */

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

#include <dirent.h>
#include <inttypes.h>
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
 * SPDX-License-Identifier: BSD-3-Clause-Clear
 */

#define LOG_TAG "vendor.qti.vibrator.offload"
#define LOG_TAG "vendor.qti.vibrator.offload.FP6"

#include <stdio.h>
#include <stdint.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.FP6
    class hal
    user system
    group system input
Loading