2.6 VFR Default Stores Definition

vfrStatementDefaultStore ::=
  "defaultstore" StringIdentifier ","
  "prompt" "=" getStringId
  { "," "attribute" "=" Number } ";"

BEHAVIORS AND RESTRICTIONS


Note: attribute is used to specify the default ID.


It is optional. The Standard Defaults Identifier, EFI_HII_DEFAULT_CLASS_STANDARD, is used if the attribute is not defined. The Manufacturing Defaults Identifier, EFI_HII_DEFAULT_CLASS_MANUFACTURING, and the Safe Defaults Identifier, EFI_HII_DEFAULT_CLASS_SAFE, can be also used if the header file defining them is included.

Example

defaultstore MyStandard, prompt = STRING_TOKEN(STR_STANDARD_DEFAULT);