]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:added extern protocol/PPI/GUID definition in AutoGen for Library
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 26 Oct 2015 03:26:55 +0000 (03:26 +0000)
committeryzhu52 <yzhu52@Edk2>
Mon, 26 Oct 2015 03:26:55 +0000 (03:26 +0000)
commit7beed8a3dac971d424adcb2d2139b87b0865950d
treed34d34645b68015337392e5053f311919f3c0ccf
parent9382b53a23d210162008e3f434590de830a25698
BaseTools:added extern protocol/PPI/GUID definition in AutoGen for Library

We already added the extern declaration for protocols/PPI/GUID in AutoGen.h
file for driver, but missing this feature for the Library. so this patch
add it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18661 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/GenC.py