summaryrefslogtreecommitdiff
path: root/product.prop
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-11-27 15:25:49 +0000
committerAnton Hansson <hansson@google.com>2018-11-27 15:25:49 +0000
commita68433cac6aff71a2b869092913446f66e923640 (patch)
tree22706023602edb5eb5fb61916500b7920134ae97 /product.prop
parent965ea66e2219ea3093572f59d8e471233675f5e8 (diff)
downloadbonito-a68433cac6aff71a2b869092913446f66e923640.tar.gz
Move bonito system props file to /product
This will change the props to be merged in /product/build.prop, instead of the current /system/build.prop Bug: 119911662 Test: make Change-Id: Iddf8e4dcd1011ac2b816628cca438f33e65fc811
Diffstat (limited to 'product.prop')
-rw-r--r--product.prop87
1 files changed, 87 insertions, 0 deletions
diff --git a/product.prop b/product.prop
new file mode 100644
index 00000000..f509d987
--- /dev/null
+++ b/product.prop
@@ -0,0 +1,87 @@
+
+persist.rild.nitz_plmn=
+persist.rild.nitz_long_ons_0=
+persist.rild.nitz_long_ons_1=
+persist.rild.nitz_long_ons_2=
+persist.rild.nitz_long_ons_3=
+persist.rild.nitz_short_ons_0=
+persist.rild.nitz_short_ons_1=
+persist.rild.nitz_short_ons_2=
+persist.rild.nitz_short_ons_3=
+DEVICE_PROVISIONED=1
+
+# Set network mode to Global by default and no DSDS/DSDA
+ro.telephony.default_network=10
+
+debug.sf.hw=1
+debug.gralloc.enable_fb_ubwc=1
+
+# system props for the cne module
+persist.vendor.cne.feature=1
+
+# system props for the MM modules
+media.stagefright.enable-player=true
+media.stagefright.enable-http=true
+media.stagefright.enable-aac=true
+media.stagefright.enable-qcp=true
+media.stagefright.enable-scan=true
+mmp.enable.3g2=true
+media.aac_51_output_enabled=true
+mm.enable.smoothstreaming=true
+#13631487 is decimal sum of supported codecs in AAL
+#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE DSD
+mm.enable.qcom_parser=13631487
+persist.mm.enable.prefetch=true
+
+# Additional buffers shared between Camera and Video
+vidc.enc.dcvs.extra-buff-count=2
+vidc.enc.disable.pq=1
+
+# system props for the data netmgrd
+persist.data.netmgrd.qos.enable=true
+persist.vendor.data.mode=concurrent
+
+# system props for time-services
+persist.timed.enable=true
+
+# System prop to turn on CdmaLTEPhone always
+telephony.lteOnCdmaDevice=1
+
+# Simulate sdcard on /data/media
+persist.fuse_sdcard=true
+
+# settings to enable Device Orientation Sensors
+ro.qti.sensors.dev_ori=true
+
+# settings to disable sensors not needed
+# all secondary wakeup
+ro.qti.sensors.wu=false
+# unused algorithms
+ro.qti.sdk.sensors.gestures=false
+ro.qti.sensors.amd=false
+ro.qti.sensors.cmc=false
+ro.qti.sensors.facing=false
+ro.qti.sensors.pedometer=false
+ro.qti.sensors.rmd=false
+ro.qti.sensors.scrn_ortn=false
+# use SMGR supplied verison
+ro.qti.sensors.step_counter=false
+ro.qti.sensors.step_detector=false
+
+#system prop for RmNet Data
+persist.rmnet.data.enable=true
+persist.data.wda.enable=true
+persist.data.df.dl_mode=5
+persist.data.df.ul_mode=5
+persist.data.df.agg.dl_pkt=10
+persist.data.df.agg.dl_size=4096
+persist.data.df.mux_count=8
+persist.data.df.iwlan_mux=9
+persist.data.df.dev_name=rmnet_usb0
+
+#
+## system props for the data modules
+#
+#ro.use_data_netmgrd=true
+persist.data.netmgrd.qos.enable=true
+persist.data.mode=concurrent