]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: report error for same Guid's Private definition conflict
authorYonghong Zhu <yonghong.zhu@intel.com>
Sat, 19 Nov 2016 09:06:18 +0000 (17:06 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 23 Nov 2016 03:19:12 +0000 (11:19 +0800)
commit24e7435ab474f8a2da43a086d63add4954a3034f
tree3db9b480ce41da77faabd8089a7bb5bc9877479f
parent3e2c7843022d849971a539387a4ad8b9862dadfb
BaseTools: report error for same Guid's Private definition conflict

Add error check for the same Guid/Protocol/PPIs/Includes defined as both
Private and non-Private attribute.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=209
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py