mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
added new stuff for sensorhal and etc...
This commit is contained in:
parent
be138c1f2e
commit
b8e2c5780c
4 changed files with 8 additions and 4 deletions
|
@ -23,6 +23,10 @@ TARGET_SPECIFIC_HEADER_PATH := $(VENDOR_PATH)/include
|
|||
# CMHW
|
||||
BOARD_HARDWARE_CLASS += $(VENDOR_PATH)/cmhw
|
||||
|
||||
# Filesystem
|
||||
TARGET_FS_CONFIG_GEN := device/samsung/msm8226-common/config.fs
|
||||
|
||||
#ADB
|
||||
TARGET_USES_LEGACY_ADB_INTERFACE :=true
|
||||
|
||||
#HIDL
|
||||
|
|
|
@ -54,11 +54,11 @@
|
|||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.ir</name>
|
||||
<name>android.hardware.sensors</name>
|
||||
<transport arch="32">passthrough</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IConsumerIr</name>
|
||||
<name>ISensors</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
|
|
|
@ -53,7 +53,7 @@ PRODUCT_PACKAGES += \
|
|||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.camera.provider@2.4-impl \
|
||||
camera.device@3.2-impl \
|
||||
camera.device@1.0-impl \
|
||||
camera.vendor.msm8226 \
|
||||
camera.msm8226 \
|
||||
libboringssl-compat \
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
|
||||
# the DIAG device node is not world writable/readable.
|
||||
/dev/diag 0660 system qcom_diag
|
||||
/dev/diag 0660 system oem_2950
|
||||
|
||||
/dev/genlock 0666 system system
|
||||
/dev/kgsl 0666 system system
|
||||
|
|
Loading…
Reference in a new issue