aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/hardware-properties.ini
diff options
context:
space:
mode:
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r--android/avd/hardware-properties.ini125
1 files changed, 10 insertions, 115 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index fdabcb5..4ea63ca 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -114,13 +114,6 @@ default = yes
abstract = GSM modem support
description = Whether there is a GSM modem in the device.
-# Camera support
-name = hw.camera
-type = boolean
-default = yes
-abstract = Camera support
-description = Whether the device has a camera.
-
# GPS support
name = hw.gps
type = boolean
@@ -227,119 +220,21 @@ 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.
-
-# Number of emulated web cameras
-#
-name = hw.webcam.count
-type = integer
-default = 6
-abstract = Number of emulated web cameras
-description = Defines number of web cameras to emulate. 0 disables webcam emulation.
-
-# Defines name of the emulated webcam with index 0
-#
-name = hw.webcam.0.name
-type = string
-default = webcam0
-abstract = Name of the 1-st emulated web camera
-description = Emulator-generated platform-independent name identifying a camera in the list of enumerated web cameras.
-
-# Defines name of the emulated webcam with index 1
-#
-name = hw.webcam.1.name
-type = string
-default = webcam1
-abstract = Name of the 2-nd emulated web camera
-description = Emulator-generated platform-independent camera name.
-
-# Defines name of the emulated webcam with index 2
-#
-name = hw.webcam.2.name
-type = string
-default = webcam2
-abstract = Name of the 3-rd emulated web camera
-description = Emulator-generated platform-independent camera name.
-
-# Defines name of the emulated webcam with index 3
-#
-name = hw.webcam.3.name
-type = string
-default = webcam3
-abstract = Name of the 4-th emulated web camera
-description = Emulator-generated platform-independent camera name.
-
-# Defines name of the emulated webcam with index 4
-#
-name = hw.webcam.4.name
-type = string
-default = webcam4
-abstract = Name of the 5-th emulated web camera
-description = Emulator-generated platform-independent camera name.
-
-# Defines name of the emulated webcam with index 5
-#
-name = hw.webcam.5.name
-type = string
-default = webcam5
-abstract = Name of the 6-th emulated web camera
-description = Emulator-generated platform-independent camera name.
-
-# Defines direction of the emulated webcam with index 0
-#
-name = hw.webcam.0.direction
-type = string
-default = front
-abstract = 1-st emulated web camera direction
-description = Direction of the 1-st emulated web camera
-
-# Defines direction of the emulated webcam with index 1
-# Note that first two cameras must face in opposite directions in order to enable
-# camera switch in the camera application.
-#
-name = hw.webcam.1.direction
-type = string
-default = back
-abstract = 2-nd emulated web camera direction
-description = Direction of the 2-nd emulated web camera
-
-# Defines direction of the emulated webcam with index 2
-#
-name = hw.webcam.2.direction
-type = string
-default = front
-abstract = 3-rd emulated web camera direction
-description = Direction of the 3-rd emulated web camera
-
-# Defines direction of the emulated webcam with index 3
-#
-name = hw.webcam.3.direction
-type = string
-default = front
-abstract = 4-th emulated web camera direction
-description = Direction of the 4-th emulated web camera
-
-# Defines direction of the emulated webcam with index 4
+# Configures camera facing back
#
-name = hw.webcam.4.direction
+name = hw.camera.back
type = string
-default = front
-abstract = 5-th emulated web camera direction
-description = Direction of the 5-th emulated web camera
+default = emulated
+abstract = Configures camera facing back
+description = Must be 'emulated' for a fake camera, 'webcam<N>' for a web camera, or 'none' if back camera is disabled.
-# Defines direction of the emulated webcam with index 5
+# Configures camera facing front
#
-name = hw.webcam.5.direction
+name = hw.camera.front
type = string
-default = front
-abstract = 6-th emulated web camera direction
-description = Direction of the 6-th emulated web camera
+default = none
+abstract = Configures camera facing front
+description = Must be 'emulated' for a fake camera, 'webcam<N>' for a web camera, or 'none' if front camera is disabled.
# Maximum VM heap size
# Higher values are required for high-dpi devices