diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-08-30 18:19:57 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-19 06:32:07 +0000 |
commit | 0a29933ea98747209f4682e5ad6b111260b805e9 (patch) | |
tree | 39ee111c4c18e86dd5b64ef2498b954362ef581d /BaseTools/Source/Python/Workspace | |
parent | 225810a18249de541840396c74d9a918c691aa9e (diff) | |
download | edk2-0a29933ea98747209f4682e5ad6b111260b805e9.tar.gz edk2-0a29933ea98747209f4682e5ad6b111260b805e9.tar.bz2 edk2-0a29933ea98747209f4682e5ad6b111260b805e9.zip |
BaseTools: Support COMPAT16 section generation
Currently COMPAT16 section type is not recognized and GenSec is called
without the "-s [SectionType]" argument.
Add COMPAT16 type to the SectionType dictionary to fix the issue.
Now this syntax works correctly:
```
FILE FREEFORM = <GUID> {
SECTION COMPAT16 = <FILE>
}
```
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace')
0 files changed, 0 insertions, 0 deletions