]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: PCD can only use single access method by source build
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 3 May 2017 07:19:21 +0000 (15:19 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 6 May 2017 15:27:07 +0000 (23:27 +0800)
commit97cdb33b575a80ca5c20ad862331f3c6d9415575
tree453d8a0709e5fcca42bfcd74aa079f549dcdaad2
parent0c79471d6a986b858c35dc577eaeb344cc5c4cdd
BaseTools: PCD can only use single access method by source build

Add the error check that A PCD can only use one type for all source
modules.

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/AutoGen/AutoGen.py