summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiona Campbell <flc@google.com>2020-12-15 14:06:28 +0000
committerFiona Campbell <flc@google.com>2020-12-15 19:01:37 +0000
commit0c881110c83b7a2fa96812a01b88837dc6dfeae0 (patch)
tree257b568d0b662f168ad0cf83182deaf79de1272a
parent9559bdac5e9c9c8b4affbc7516aad3067f3ddb65 (diff)
downloadbramble-0c881110c83b7a2fa96812a01b88837dc6dfeae0.tar.gz
Add display config file for bramble
Bug: no Test: manual Change-Id: I90b41351264e62d9fe134baaa131beda95ad5ef6
-rw-r--r--device-bramble.mk3
-rw-r--r--displayconfig/display_id_4630946475097398401.xml29
2 files changed, 31 insertions, 1 deletions
diff --git a/device-bramble.mk b/device-bramble.mk
index a43aa89..3d07b93 100644
--- a/device-bramble.mk
+++ b/device-bramble.mk
@@ -55,7 +55,8 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/hearing_aid_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/hearing_aid_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
- frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml
+ frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
+ device/google/bramble/displayconfig/display_id_4630946475097398401.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946475097398401.xml
# Audio ACDB data
ifeq ($(wildcard vendor/google_cei/factory/prebuilt/ftm.mk),)
diff --git a/displayconfig/display_id_4630946475097398401.xml b/displayconfig/display_id_4630946475097398401.xml
new file mode 100644
index 0000000..705fe40
--- /dev/null
+++ b/displayconfig/display_id_4630946475097398401.xml
@@ -0,0 +1,29 @@
+<?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>450.0</nits>
+ </point>
+ </screenBrightnessMap>
+</displayConfiguration>