]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Modify struct parser for StructPcd
authorYuwei Chen <yuwei.chen@intel.com>
Wed, 3 Mar 2021 03:41:13 +0000 (11:41 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 8 Mar 2021 04:01:55 +0000 (04:01 +0000)
commitd28a68153492ce3e64fb0535674e11e7f46a88a8
treeb29e70a8db23cbfbe72de6a2c84c358d02daab3a
parentdd6c0a0ba3a042808cc54a4db27ff27089c2d766
BaseTools: Modify struct parser for StructPcd

Currently the struct parser for StructPcd Generation does not
filter the types such as UINT8 which should be ignored successfully.
This patch modifies this issue.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/ConvertFceToStructurePcd.py