sdm660: Add locSll library and add permissions to device node
Change-Id: Idacac778610699af0f01d65096092328bbe8ac1d CRs-Fixed: 2413585
This commit is contained in:
parent
0fb9a6b06a
commit
dcf98c87e2
2 changed files with 5 additions and 1 deletions
|
@ -286,6 +286,9 @@ firmware_directories /vendor/firmware_mnt/image/
|
||||||
/sys/devices/platform/soc/a84000.i2c/i2c-2/2-0020/input/input* secure_touch 0440 system drmrpc
|
/sys/devices/platform/soc/a84000.i2c/i2c-2/2-0020/input/input* secure_touch 0440 system drmrpc
|
||||||
/sys/devices/platform/soc/a84000.i2c/i2c-2/2-0020/input/input* secure_touch_enable 0660 system drmrpc
|
/sys/devices/platform/soc/a84000.i2c/i2c-2/2-0020/input/input* secure_touch_enable 0660 system drmrpc
|
||||||
|
|
||||||
|
# GNSS Device premissions
|
||||||
|
/dev/gnss_sirf 0660 gps gps
|
||||||
|
|
||||||
# native sensors input
|
# native sensors input
|
||||||
/sys/devices/virtual/input/input* enable_int 0660 system input
|
/sys/devices/virtual/input/input* enable_int 0660 system input
|
||||||
/sys/devices/virtual/input/input* gyro_op_mode 0660 system input
|
/sys/devices/virtual/input/input* gyro_op_mode 0660 system input
|
||||||
|
|
|
@ -248,7 +248,8 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.gnss@1.0-service-qti \
|
android.hardware.gnss@1.0-service-qti \
|
||||||
libgnss \
|
libgnss \
|
||||||
libgnsspps \
|
libgnsspps \
|
||||||
libsensorndkbridge
|
libsensorndkbridge \
|
||||||
|
libsynergy_loc_api
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(COMMON_PATH)/configs/gps/apdr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/apdr.conf \
|
$(COMMON_PATH)/configs/gps/apdr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/apdr.conf \
|
||||||
|
|
Loading…
Reference in a new issue