diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-03-20 11:38:55 -0700 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-03-20 13:13:33 -0700 |
commit | 1d57949ea5bae66b27febc2edcfc7ae0f10be716 (patch) | |
tree | d7114134e4ff7fe3f129e16c175ba6dedfb49fe9 /arch_init.c | |
parent | 417c67d3c58c82d000b103070abf241c9de414b6 (diff) | |
download | external_qemu-1d57949ea5bae66b27febc2edcfc7ae0f10be716.zip external_qemu-1d57949ea5bae66b27febc2edcfc7ae0f10be716.tar.gz external_qemu-1d57949ea5bae66b27febc2edcfc7ae0f10be716.tar.bz2 |
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
Diffstat (limited to 'arch_init.c')
0 files changed, 0 insertions, 0 deletions