Revert "Add display config file for redfin."
This reverts commit 94793dcf22
.
Reason for revert: b/174824024
Change-Id: Ia91840865aea6801bffe8bbf65f1465a87aa0f81
This commit is contained in:
parent
94793dcf22
commit
0f51a6b7c1
|
@ -226,8 +226,3 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
NoCutoutOverlay
|
||||
|
||||
# Display config
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/redfin/displayconfig/display_id_4630946523002478721.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946523002478721.xml
|
||||
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
||||
|
||||
<!-- Copyright (C) 2020 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<displayConfiguration>
|
||||
<screenBrightnessMap>
|
||||
<point>
|
||||
<value>0.0</value>
|
||||
<nits>2.0</nits>
|
||||
</point>
|
||||
<point>
|
||||
<value>1.0</value>
|
||||
<nits>500.0</nits>
|
||||
</point>
|
||||
</screenBrightnessMap>
|
||||
</displayConfiguration>
|
|
@ -126,6 +126,27 @@
|
|||
Must be in the range specified by minimum and maximum. -->
|
||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.29019607843</item>
|
||||
|
||||
<!-- An array describing the screen's backlight values corresponding to the brightness
|
||||
values in the config_screenBrightnessNits array.
|
||||
|
||||
This array should be equal in size to config_screenBrightnessBacklight. -->
|
||||
<integer-array name="config_screenBrightnessBacklight">
|
||||
<item>1</item>
|
||||
<item>255</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- An array of floats describing the screen brightness in nits corresponding to the backlight
|
||||
values in the config_screenBrightnessBacklight array. On OLED displays these values
|
||||
should be measured with an all white image while the display is in the fully on state.
|
||||
Note that this value should *not* reflect the maximum brightness value for any high
|
||||
brightness modes but only the maximum brightness value obtainable in a sustainable manner.
|
||||
|
||||
This array should be equal in size to config_screenBrightnessBacklight -->
|
||||
<array name="config_screenBrightnessNits">
|
||||
<item>2.0</item>
|
||||
<item>500.0</item>
|
||||
</array>
|
||||
|
||||
<!-- The nominal white coordinates, in CIE1931 XYZ color space, for Display White Balance to
|
||||
use in its calculations. AWB will adapt this white point to the target ambient white
|
||||
point. The array must include a total of 3 float values (X, Y, Z) -->
|
||||
|
|
Loading…
Reference in New Issue