diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 17:39:44 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 17:39:44 -0700 |
commit | 9877e2e3e3c2df64de306b48f80a4f5d0b028d95 (patch) | |
tree | 8a31dd7a07d55c182e7f572379a601ef545c1d29 /android/avd/hw-config-defs.h | |
parent | b3ee93a038ab992ffdda9f232befdea6ea713b24 (diff) | |
download | external_qemu-9877e2e3e3c2df64de306b48f80a4f5d0b028d95.zip external_qemu-9877e2e3e3c2df64de306b48f80a4f5d0b028d95.tar.gz external_qemu-9877e2e3e3c2df64de306b48f80a4f5d0b028d95.tar.bz2 |
auto import from //branches/cupcake_rel/...@140373
Diffstat (limited to 'android/avd/hw-config-defs.h')
-rw-r--r-- | android/avd/hw-config-defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h index fd85bf2..3e7cec6 100644 --- a/android/avd/hw-config-defs.h +++ b/android/avd/hw-config-defs.h @@ -95,6 +95,13 @@ HWCFG_BOOL( "Whether the device can run on a battery.") HWCFG_BOOL( + hw_accelerometer, + "hw.accelerometer", + "yes", + "Accelerometer", + "Whether there is an accelerometer in the device.") + +HWCFG_BOOL( hw_audioInput, "hw.audioInput", "yes", |