summaryrefslogtreecommitdiffstats
path: root/MdePkg/MdePkg.dec
diff options
context:
space:
mode:
authorHao Wu <hao.a.wu@intel.com>2015-04-28 07:24:16 +0000
committerhwu1225 <hwu1225@Edk2>2015-04-28 07:24:16 +0000
commitd4225560494fe6dd1381896312792ad7a172b34c (patch)
tree8f5a69ddb6bdb6df7137350c1fb108659fef5553 /MdePkg/MdePkg.dec
parent697c6cf32693afe91e86ef2a498f57d9fbfe047c (diff)
downloadedk2-d4225560494fe6dd1381896312792ad7a172b34c.tar.gz
edk2-d4225560494fe6dd1381896312792ad7a172b34c.tar.bz2
edk2-d4225560494fe6dd1381896312792ad7a172b34c.zip
MdePkg: Add the header file for UEFI PI Multi-processor PPI
The MP Services PPI is installed by some platform or chipset-specific PEIM that abstracts handling multiprocessor support. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17234 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r--MdePkg/MdePkg.dec3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index b0ecdfe578..c36d4f5d05 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -780,6 +780,9 @@
## Include/Ppi/Graphics.h
gEfiPeiGraphicsPpiGuid = { 0x6ecd1463, 0x4a4a, 0x461b, { 0xaf, 0x5f, 0x5a, 0x33, 0xe3, 0xb2, 0x16, 0x2b } }
+
+ ## Include/Ppi/MpServices.h
+ gEfiPeiMpServicesPpiGuid = { 0xee16160a, 0xe8be, 0x47a6, { 0x82, 0xa, 0xc6, 0x90, 0xd, 0xb0, 0x25, 0xa } }