aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/hardware-properties.ini
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-10 17:40:04 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-10 18:39:33 +0100
commit59e8e1969c6543cc9375b1a4372ef2e3e8afa183 (patch)
tree6f58c0180400fd423d0088f43da7f221d03f0e93 /android/avd/hardware-properties.ini
parent5377c5bfde6ba62490417bb0a7d7c1be1151692e (diff)
downloadexternal_qemu-59e8e1969c6543cc9375b1a4372ef2e3e8afa183.zip
external_qemu-59e8e1969c6543cc9375b1a4372ef2e3e8afa183.tar.gz
external_qemu-59e8e1969c6543cc9375b1a4372ef2e3e8afa183.tar.bz2
Add hw.keyboard.lid
This is used to control the lid switch virtual device. + Add support for a "version <number>" field to the skin format. This will later be used for skin format #3. + Fix a bug where string hw properties didn't work/compile Change-Id: I678a0988d2cd24169dd0c2ece96e7ab0b2822104
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r--android/avd/hardware-properties.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index a936603..89acf9f 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -53,6 +53,16 @@ default = yes
abstract = Keyboard support
description = Whether the device has a QWERTY keyboard.
+# Keyboard lid support
+# (I.e. can the qwerty keyboard be closed/hidden or opened/visible)
+# this will be ignored if hw.keyboard is false
+#
+name = hw.keyboard.lid
+type = boolean
+default = yes
+abstract = Keyboard lid support
+description = Whether the QWERTY keyboard can be opened/closed.
+
# DPad keys
name = hw.dPad
type = boolean