Merge "fs_config: correct README"

This commit is contained in:
Treehugger Robot
2016-11-17 23:30:50 +00:00
committed by Gerrit Code Review

View File

@@ -67,8 +67,9 @@ caps:
* hex (0xFF) * hex (0xFF)
For multiple caps, just separate by whitespace. For multiple caps, just separate by whitespace.
It is an error to specify multiple sections with the same [path]. Per the ini It is an error to specify multiple sections with the same [path] in different
specifications enforced by Pythons ConfigParser. files. Note that the same file may contain sections that override the previous
section in Python versions <= 3.2. In Python 3.2 it's set to strict mode.
The next section type is the "AID" section, for specifying OEM specific AIDS. The next section type is the "AID" section, for specifying OEM specific AIDS.
@@ -84,13 +85,13 @@ Where:
The <name> can be any valid character for a #define identifier in C. The <name> can be any valid character for a #define identifier in C.
value: value:
A valid C style number string. Hex, octal, binary and decimal are supported. See "caps" A valid C style number string. Hex, octal, binary and decimal are supported.
above for more details on number formatting. See "caps" above for more details on number formatting.
It is an error to specify multiple sections with the same [AID_<name>]. Per the ini It is an error to specify multiple sections with the same [AID_<name>]. With
specifications enforced by Pythons ConfigParser. It is also an error to specify the same constraints as [path] described above. It is also an error to specify
multiple sections with the same value option. It is also an error to specify a value multiple sections with the same value option. It is also an error to specify a
that is outside of the inclusive OEM ranges: value that is outside of the inclusive OEM ranges:
* AID_OEM_RESERVED_START(2900) - AID_OEM_RESERVED_END(2999) * AID_OEM_RESERVED_START(2900) - AID_OEM_RESERVED_END(2999)
* AID_OEM_RESERVED_2_START(5000) - AID_OEM_RESERVED_2_END(5999) * AID_OEM_RESERVED_2_START(5000) - AID_OEM_RESERVED_2_END(5999)