]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools: Add check only VOID* type Pcd need the maxsize info
authorzhijufan <zhijux.fan@intel.com>
Thu, 23 Aug 2018 04:40:37 +0000 (12:40 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 28 Aug 2018 06:00:06 +0000 (14:00 +0800)
commitf2cc33d84949b711193aed145254f3b71dbfea57
tree9bad794e8a3f68ba5fd61758cce46fe95621b57f
parentf965b772fcc4bdc5f207998126d93d80c085d5f5
BaseTools: Add check only VOID* type Pcd need the maxsize info

Add check for the datum type keyword "VOID*", only the VOID* type
Pcd need the additional maxsize info.

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