History log of /external/qemu/android/tools/gen-hw-config.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
541a7b25951ed30c7411eda50cce3ff9fa0289e4 21-Mar-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Add 'enum' entry type to hw.ini file

'entry' type enumerates values that are allowed for the given type name.

Change-Id: Ic0f4021f761dfd78ff4dd9d2b58a2d811109b3c6
/external/qemu/android/tools/gen-hw-config.py
62caadba077a31c08552fe23c0e0a0b70b2f6636 21-Mar-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Revert "Support 'enum' type in hardware-properties.ini file"

This reverts commit 1d57949ea5bae66b27febc2edcfc7ae0f10be716
/external/qemu/android/tools/gen-hw-config.py
1d57949ea5bae66b27febc2edcfc7ae0f10be716 20-Mar-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Support 'enum' type in hardware-properties.ini file

This CL adds new 'enum' type to the types supported by the script.
Enumerated types should be formatted as such:

enum(type: val1[, val2[, ..., valN])

where:

- 'type' defines type of enumerated values, and must be one of the types
listed in typesToMacros
- 'val1'... 'valN' lists enumerated values, separated with a comma.
- '...' is a special value indicating that AVD editor may set property
value that doesn't match values enumerated in the .ini file. However,
default value set for the property must match one of the enumerated
values.

Change-Id: Id5c1c2940a956002e9e01a2d2456b6218f1f3742
/external/qemu/android/tools/gen-hw-config.py
065242de51ba1e18387ce22a99eb091a859990f7 07-Oct-2009 David 'Digit' Turner <digit@google.com> Ensure android/avd/hw-config-defs.h is properly regenerated as needed.

This modifies the emulator's build system to ensure that the file at
android/avd/hw-config-defs.h is regenerated automatically each time that
android/avd/hardware-properties.ini is itself changed.

Tested with both the Android build system, and the standalone one.
/external/qemu/android/tools/gen-hw-config.py
8b23a6c7e1aee255004dd19098d4c2462b61b849 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/qemu/android/tools/gen-hw-config.py
f721e3ac031f892af46f255a47d7f54a91317b30 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/qemu/android/tools/gen-hw-config.py
c27f813900a3c114562efbb8df1065e94766fc48 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/external/qemu/android/tools/gen-hw-config.py
df7881f07f53b041dc0568be8528e9dbb74994cc 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/qemu/android/tools/gen-hw-config.py