diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-06-26 13:53:07 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2017-07-27 09:29:14 +0800 |
commit | b7ff5027fed581ef8a94b577b8c44afde4d4178b (patch) | |
tree | b3b11be8449ea9bc7cbbc372cdaf8acea7b5b114 | |
parent | 4fd8eda9a3b466bc3ad862f3c5ce807918f8530f (diff) | |
download | edk2-b7ff5027fed581ef8a94b577b8c44afde4d4178b.zip edk2-b7ff5027fed581ef8a94b577b8c44afde4d4178b.tar.gz edk2-b7ff5027fed581ef8a94b577b8c44afde4d4178b.tar.bz2 |
IntelSiliconPkg/Dec: Add ProtocolGuid.
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
-rw-r--r-- | IntelSiliconPkg/IntelSiliconPkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/IntelSiliconPkg/IntelSiliconPkg.dec b/IntelSiliconPkg/IntelSiliconPkg.dec index 8819cb8..663a232 100644 --- a/IntelSiliconPkg/IntelSiliconPkg.dec +++ b/IntelSiliconPkg/IntelSiliconPkg.dec @@ -33,6 +33,9 @@ # Generic DXE Library / Driver can locate HOB(s) and add SMBIOS records into SMBIOS table
gIntelSmbiosDataHobGuid = { 0x798e722e, 0x15b2, 0x4e13, { 0x8a, 0xe9, 0x6b, 0xa3, 0x0f, 0xf7, 0xf1, 0x67 }}
+[Protocols]
+ gEdkiiPlatformVTdPolicyProtocolGuid = { 0x3d17e448, 0x466, 0x4e20, { 0x99, 0x9f, 0xb2, 0xe1, 0x34, 0x88, 0xee, 0x22 }}
+
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
## This is the GUID of the FFS which contains the Graphics Video BIOS Table (VBT)
# The VBT content is stored as a RAW section which is consumed by GOP PEI/UEFI driver.
|