aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-09-13 10:48:02 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-09-13 13:17:57 -0700
commitae0d8136ce0d3c39ca80c64763e633b86b0c5453 (patch)
treed915d4de2208fc2dfc58ab5a7bc83be066b5472a /android/avd
parent4939812780883255043a09eceaf607263f30fde4 (diff)
downloadexternal_qemu-ae0d8136ce0d3c39ca80c64763e633b86b0c5453.zip
external_qemu-ae0d8136ce0d3c39ca80c64763e633b86b0c5453.tar.gz
external_qemu-ae0d8136ce0d3c39ca80c64763e633b86b0c5453.tar.bz2
Add cmdline param to control fake camera emulation
- Enable / Disable fake camera - Set fake camera facing direction: back, or front Change-Id: Iab741a694daf2bf752e91e23df566a83ac7a97e7
Diffstat (limited to 'android/avd')
-rw-r--r--android/avd/hardware-properties.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index e7eb445..6a904d6 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -232,6 +232,14 @@ default = no
abstract = GPU emulation
description = Enable/Disable emulated OpenGLES GPU
+# Fake camera support
+#
+name = hw.fakeCamera
+type = string
+default = back
+abstract = Fake camera control
+description = Must be 'back', if fake camera is facing back, 'front', if fake camera is facing front, or 'off' if fake camera is disabled.
+
# Maximum VM heap size
# Higher values are required for high-dpi devices
# Default will depend on RAM size.