summaryrefslogtreecommitdiff
authorminkai.qin <minkai.qin@amlogic.com>2018-08-22 08:18:46 (GMT)
committer minkai.qin <minkai.qin@amlogic.com>2018-08-22 09:31:34 (GMT)
commit34885c968d7546024d780e7de89a342d6b9d24b5 (patch)
tree192e86db2aa361dc23fe5554ef7cab5ede4cd4b6
parentc1554a6a7704f4a701f5c31ef5f8f1fae8546164 (diff)
downloadcurie-ampere-20180821.zip
curie-ampere-20180821.tar.gz
curie-ampere-20180821.tar.bz2
curie:set default value of properties [1/1]
PD# 172288 set default value of properties [1/1] Change-Id: I89292322e682359f57aa9a0b4e93c712b7251be5
Diffstat
-rw-r--r--vendor_prop.mk78
1 files changed, 0 insertions, 78 deletions
diff --git a/vendor_prop.mk b/vendor_prop.mk
index 483cabc..5aff229 100644
--- a/vendor_prop.mk
+++ b/vendor_prop.mk
@@ -144,84 +144,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
sys.open.deepcolor=true
-######## UBOOTENV VARIBLES - r/w as system properties ##########
-#
-# Now we can load ubootenv varibles to system properties.
-# We use a special prefix ("ubootenv.var" as default) to indicate that the 'property'
-# actually is an ubootenv varible.
-#
-# A ubootenv 'property' will be initialized during system booting. And when user set
-# a different value, it will be written back to ubootenv device immediately.
-#
-## prefix of ubootenv varibles - should less than 16 chars.
-#UBOOTENV MTD NAME
-#ubootenv.var.bootcmd=
-#ubootenv.var.cpuclock=
-#ubootenv.var.gpuclock=
-#ubootenv.var.memsize=
-#ubootenv.var.ethaddr=
-#ubootenv.var.ipaddr=
-#ubootenv.var.gatewayip=
-PRODUCT_PROPERTY_OVERRIDES += \
- ubootenv.var.outputmode=
-#ubootenv.var.screenratio=
-#ubootenv.var.oobeflag=
-PRODUCT_PROPERTY_OVERRIDES += \
- ubootenv.var.480p_x= \
- ubootenv.var.480p_y= \
- ubootenv.var.480p_w= \
- ubootenv.var.480p_h= \
- ubootenv.var.480i_x= \
- ubootenv.var.480i_y= \
- ubootenv.var.480i_w= \
- ubootenv.var.480i_h= \
- ubootenv.var.576p_x= \
- ubootenv.var.576p_y= \
- ubootenv.var.576p_w= \
- ubootenv.var.576p_h= \
- ubootenv.var.576i_x= \
- ubootenv.var.576i_y= \
- ubootenv.var.576i_w= \
- ubootenv.var.576i_h= \
- ubootenv.var.720p_x= \
- ubootenv.var.720p_y= \
- ubootenv.var.720p_w= \
- ubootenv.var.720p_h= \
- ubootenv.var.1080p_x= \
- ubootenv.var.1080p_y= \
- ubootenv.var.1080p_w= \
- ubootenv.var.1080p_h= \
- ubootenv.var.1080i_x= \
- ubootenv.var.1080i_y= \
- ubootenv.var.1080i_w= \
- ubootenv.var.1080i_h= \
- ubootenv.var.4k2k24hz_x= \
- ubootenv.var.4k2k24hz_y= \
- ubootenv.var.4k2k24hz_w= \
- ubootenv.var.4k2k24hz_h= \
- ubootenv.var.4k2k25hz_x= \
- ubootenv.var.4k2k25hz_y= \
- ubootenv.var.4k2k25hz_w= \
- ubootenv.var.4k2k25hz_h= \
- ubootenv.var.4k2k30hz_x= \
- ubootenv.var.4k2k30hz_y= \
- ubootenv.var.4k2k30hz_w= \
- ubootenv.var.4k2k30hz_h= \
- ubootenv.var.4k2ksmpte_x= \
- ubootenv.var.4k2ksmpte_y= \
- ubootenv.var.4k2ksmpte_w= \
- ubootenv.var.4k2ksmpte_h= \
- ubootenv.var.digitaudiooutput= \
- ubootenv.var.defaulttvfrequency= \
- ubootenv.var.has.accelerometer= \
- ubootenv.var.cecconfig= \
- ubootenv.var.cvbsmode= \
- ubootenv.var.hdmimode= \
- ubootenv.var.is.bestmode= \
- ubootenv.var.disp.fromleft= \
- ubootenv.var.edid.crcvalue= \
- ubootenv.var.colorattribute=
-
#720P UI, 1280 * 720 *4 * 5 = 18M, 5 frame is enough
PRODUCT_PROPERTY_OVERRIDES += \
ro.hwui.texture_cache_size=18.0f \