]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTool/Upt: Add support for Private
authorHess Chen <hesheng.chen@intel.com>
Fri, 29 Jul 2016 02:30:56 +0000 (10:30 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 3 Aug 2016 02:49:31 +0000 (10:49 +0800)
commit645a51287e9519eb4c6d27b4e4f11d0556a624e8
treec45139eb17cd0bc7ce985ebd4aa40aa28d9c3258
parent6cf9903481f07859cb0013598d2d13309d4e4644
BaseTool/Upt: Add support for Private

Support new syntax in package DEC file as below:
[Includes.Common.Private]
[Ppis.Common.Private]
[Guids.Common.Private]
[Protocols.Common.Private]

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/UPT/GenMetaFile/GenDecFile.py
BaseTools/Source/Python/UPT/Library/DataType.py
BaseTools/Source/Python/UPT/Library/UniClassObject.py
BaseTools/Source/Python/UPT/Parser/DecParser.py
BaseTools/Source/Python/UPT/PomAdapter/DecPomAlignment.py