davinci: Import stock system properties
Change-Id: I768dd0db1568fe560260ab01dd35788e56ff39dd
This commit is contained in:
parent
9ab6da26ed
commit
661a7e3bb7
@ -98,6 +98,9 @@ TARGET_BOARD_PLATFORM := sm6150
|
||||
# Power
|
||||
TARGET_POWER_SET_FEATURE_LIB := libpower_feature.davinci
|
||||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
||||
# QCOM
|
||||
BOARD_USES_QCOM_HARDWARE := true
|
||||
|
||||
|
33
system.prop
Normal file
33
system.prop
Normal file
@ -0,0 +1,33 @@
|
||||
# Camera
|
||||
persist.camera.gyro.disable=0
|
||||
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera,org.lineageos.snap
|
||||
|
||||
# CNE
|
||||
persist.vendor.cne.feature=1
|
||||
|
||||
# DPM
|
||||
persist.vendor.dpm.feature=1
|
||||
persist.vendor.dpm.loglevel=0
|
||||
persist.vendor.dpm.nsrm.bkg.evt=3955
|
||||
|
||||
# Netflix custom property
|
||||
ro.netflix.bsp_rev=Q6150-17263-1
|
||||
|
||||
# RCS
|
||||
persist.rcs.supported=1
|
||||
|
||||
# Radio
|
||||
persist.radio.dynamic_sar=false
|
||||
persist.radio.multisim.config=dsds
|
||||
persist.radio.NO_STAPA=1
|
||||
persist.radio.VT_HYBRID_ENABLE=1
|
||||
ril.subscription.types=RUIM
|
||||
ro.telephony.default_cdma_sub=0
|
||||
ro.telephony.default_network=22,22
|
||||
telephony.lteOnCdmaDevice=1
|
||||
|
||||
# SSR
|
||||
persist.vendor.ssr.restart_level=ALL_ENABLE
|
||||
|
||||
# WiFi
|
||||
wifi.interface=wlan0
|
Loading…
Reference in New Issue
Block a user