Reviewed-by: Yonghong Zhu <[email protected]> Best Regards, Zhu Yonghong
-----Original Message----- From: Gao, Liming Sent: Sunday, September 30, 2018 10:08 AM To: [email protected] Cc: Zhu, Yonghong <[email protected]> Subject: [Patch] FDF spec: Support Structure PCD field assignment syntax in [Defines] section Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <[email protected]> Cc: Yonghong Zhu <[email protected]> --- 3_edk_ii_fdf_file_format/34_[defines]_section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_edk_ii_fdf_file_format/34_[defines]_section.md b/3_edk_ii_fdf_file_format/34_[defines]_section.md index 4c8d08f..1bc30d9 100644 --- a/3_edk_ii_fdf_file_format/34_[defines]_section.md +++ b/3_edk_ii_fdf_file_format/34_[defines]_section.md @@ -61,7 +61,7 @@ Conditional statements may be used anywhere within this section. <DefStmts> ::= {<MacroDefinition>} {<SetStmts>} {<IncludeStatement>} <UiNameType> ::= <AsciiString> <SpecVer> ::= {<HexVersion>} {(0-9)+ "." (0-9)+} -<SetStmts> ::= <TS> "SET" <MTS> <PcdName> <Eq> [<VALUE>] <EOL> +<SetStmts> ::= <TS> "SET" <MTS> {<PcdName>} {<PcdFieldName>} <Eq> [<VALUE>] <EOL> <VALUE> ::= {<Number>} {<Boolean>} {<GUID>} {<CArray>} {<CString>} {<UnicodeString>} {<Expression>} ``` -- 2.10.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

