diff --git a/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc b/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc new file mode 100644 index 0000000..53c9471 --- /dev/null +++ b/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc @@ -0,0 +1,8 @@ +on boot && property:ro.vendor.hw.nfc=samsung + start vendor.sec_nfc_hal_service + +service vendor.sec_nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.sec + class hal + user nfc + group nfc + disabled diff --git a/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin b/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin new file mode 100644 index 0000000..e948ae2 Binary files /dev/null and b/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin differ diff --git a/proprietary/vendor/etc/sec_s3nrn4v_swreg.bin b/proprietary/vendor/etc/sec_s3nrn4v_swreg.bin new file mode 100644 index 0000000..cbff114 Binary files /dev/null and b/proprietary/vendor/etc/sec_s3nrn4v_swreg.bin differ diff --git a/rhodep-vendor.mk b/rhodep-vendor.mk index aa58d2b..b829278 100644 --- a/rhodep-vendor.mk +++ b/rhodep-vendor.mk @@ -43,6 +43,7 @@ PRODUCT_COPY_FILES += \ vendor/motorola/rhodep/proprietary/vendor/etc/camera/vidhance_calibration_2rd:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration_2rd \ vendor/motorola/rhodep/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-focalservice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-focalservice.rc \ vendor/motorola/rhodep/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-ets2.rc \ + vendor/motorola/rhodep/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.nfc@1.2-service.sec.rc \ vendor/motorola/rhodep/proprietary/vendor/etc/init/init.ets.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.ets.rc \ vendor/motorola/rhodep/proprietary/vendor/etc/libnfc-mtp-SN100-UICC.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-mtp-SN100-UICC.conf \ vendor/motorola/rhodep/proprietary/vendor/etc/libnfc-mtp-SN100.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-mtp-SN100.conf \ @@ -62,6 +63,8 @@ PRODUCT_COPY_FILES += \ vendor/motorola/rhodep/proprietary/vendor/etc/qdcm_calib_data_nt36672e_60_Hz_fhd_plus_video_mode_panel_without_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt36672e_60_Hz_fhd_plus_video_mode_panel_without_DSC.xml \ vendor/motorola/rhodep/proprietary/vendor/etc/qdcm_calib_data_nt36672e_fhd_plus_120Hz_Video_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt36672e_fhd_plus_120Hz_Video_panel.xml \ vendor/motorola/rhodep/proprietary/vendor/etc/qdcm_calib_data_nt36672e_fhd_plus_144Hz_video_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt36672e_fhd_plus_144Hz_video_panel.xml \ + vendor/motorola/rhodep/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/sec_s3nrn4v_hwreg.bin \ + vendor/motorola/rhodep/proprietary/vendor/etc/sec_s3nrn4v_swreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/sec_s3nrn4v_swreg.bin \ vendor/motorola/rhodep/proprietary/vendor/etc/sensors/config/ak991x_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/ak991x_0.json \ vendor/motorola/rhodep/proprietary/vendor/etc/sensors/config/holi_default_sensors.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/holi_default_sensors.json \ vendor/motorola/rhodep/proprietary/vendor/etc/sensors/config/holi_lsm6dso_0.json:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/config/holi_lsm6dso_0.json \