Merge "Add a new resource for HDMI-CEC logical device type definition"

This commit is contained in:
Jinsuk Kim
2014-05-14 22:02:05 +00:00
committed by Android (Google) Code Review
2 changed files with 14 additions and 0 deletions

View File

@@ -462,6 +462,19 @@
provide full support for multiple displays. -->
<integer name="config_undockedHdmiRotation">-1</integer>
<!-- HDMI-CEC logical device types allowed on the system. Logical device types
are defined in HDMI-CEC standard 1.4 as follows:
0 TV
1 Recording Device
2 Reserved
3 Tuner
4 Playback
5 Audio System
6 Pure CEC Switch
7 Video Processor -->
<integer-array name="config_hdmiCecLogicalDeviceType">
</integer-array>
<!-- Control the default UI mode type to use when there is no other type override
happening. One of the following values (See Configuration.java):
1 UI_MODE_TYPE_NORMAL

View File

@@ -1303,6 +1303,7 @@
<java-symbol type="anim" name="dock_right_enter" />
<java-symbol type="anim" name="dock_right_exit" />
<java-symbol type="array" name="config_hdmiCecLogicalDeviceType" />
<java-symbol type="array" name="config_keyboardTapVibePattern" />
<java-symbol type="array" name="config_longPressVibePattern" />
<java-symbol type="array" name="config_safeModeDisabledVibePattern" />