]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools: Support to use struct name as datum type before max size
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 15 Oct 2018 13:20:00 +0000 (21:20 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 16 Oct 2018 06:48:49 +0000 (14:48 +0800)
commitff4d0f851d43a0ad70a87e8b74b7303fc215361f
treefbca9572041959053cbf8bcc15a41a9977272c32
parent0fab42ba27c207c0fe268a435704b949d79e7725
BaseTools: Support to use struct name as datum type before max size

Original it hard code to use "VOID*", this patch extend it to both
support VOID* and valid struct name.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Workspace/MetaFileParser.py