From 34885c968d7546024d780e7de89a342d6b9d24b5 Mon Sep 17 00:00:00 2001 From: minkai.qin Date: Wed, 22 Aug 2018 08:18:46 +0000 Subject: curie:set default value of properties [1/1] PD# 172288 set default value of properties [1/1] Change-Id: I89292322e682359f57aa9a0b4e93c712b7251be5 --- 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 \ -- cgit