diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-11 12:11:56 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-11 12:11:56 -0700 |
commit | b059facee5eb498c78c573617c62cc13eddc8644 (patch) | |
tree | 0080bb1dd5afbe021917d452bcc36a99038ae334 /android/avd | |
parent | 92c7311b1cb354745ec7b59b0e03910b3fe4c205 (diff) | |
download | external_qemu-b059facee5eb498c78c573617c62cc13eddc8644.zip external_qemu-b059facee5eb498c78c573617c62cc13eddc8644.tar.gz external_qemu-b059facee5eb498c78c573617c62cc13eddc8644.tar.bz2 |
auto import from //branches/cupcake/...@137873
Diffstat (limited to 'android/avd')
-rw-r--r-- | android/avd/hardware-properties.ini | 28 | ||||
-rw-r--r-- | android/avd/hw-config-defs.h | 28 |
2 files changed, 0 insertions, 56 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index f2293d1..396b364 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -65,20 +65,6 @@ default = yes abstract = GSM modem support description = Whether there is a GSM modem in the device. -# Wifi support -name = hw.wifi -type = boolean -default = no -abstract = Wifi support -description = Whether the device has a Wifi chipset. - -# Bluetooth support -name = hw.bluetooth -type = boolean -default = no -abstract = Bluetooth support -description = Whether the device has a Bluetooth chipset. - # Camera support name = hw.camera type = boolean @@ -103,13 +89,6 @@ default = no abstract = GPS support description = Whether there is a GPS in the device. -# Accelerometer -name = hw.accelerometer -type = boolean -default = no -abstract = Accelerometer support -description = Whether there is an accelerometer in the device. - # Battery name = hw.battery type = boolean @@ -131,13 +110,6 @@ default = yes abstract = Audio playback support description = Whether the device can play audio -# Compass -name = hw.compass -type = boolean -default = no -abstract = Compass support -description = Whether there is a compass in the device. - # SDCard support name = hw.sdCard type = boolean diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h index 5c3b9ab..d5ecae6 100644 --- a/android/avd/hw-config-defs.h +++ b/android/avd/hw-config-defs.h @@ -60,20 +60,6 @@ HWCFG_BOOL( "Whether there is a GSM modem in the device.") HWCFG_BOOL( - hw_wifi, - "hw.wifi", - "no", - "Wifi support", - "Whether the device has a Wifi chipset.") - -HWCFG_BOOL( - hw_bluetooth, - "hw.bluetooth", - "no", - "Bluetooth support", - "Whether the device has a Bluetooth chipset.") - -HWCFG_BOOL( hw_camera, "hw.camera", "no", @@ -102,13 +88,6 @@ HWCFG_BOOL( "Whether there is a GPS in the device.") HWCFG_BOOL( - hw_accelerometer, - "hw.accelerometer", - "no", - "Accelerometer support", - "Whether there is an accelerometer in the device.") - -HWCFG_BOOL( hw_battery, "hw.battery", "yes", @@ -130,13 +109,6 @@ HWCFG_BOOL( "Whether the device can play audio") HWCFG_BOOL( - hw_compass, - "hw.compass", - "no", - "Compass support", - "Whether there is a compass in the device.") - -HWCFG_BOOL( hw_sdCard, "hw.sdCard", "yes", |