From ef0d82093530d20855553aea00b2270413e55075 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 19 Aug 2009 13:08:39 +0000 Subject: Add missing GUID C Name definition for 3 new UEFI 2.2 protocols. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9134 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.dec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index e0af80d..b3c0e4f 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -6,7 +6,7 @@ # EFI1.10/UEFI2.0/UEFI2.1/PI1.0 and some Industry Standards. # # Copyright (c) 2007 - 2009, Intel Corporation.
-# Portions Copyright (c) 2008-2009 Apple Inc.
+# Portions Copyright (c) 2008-2009 Apple Inc.
# # All rights reserved. # This program and the accompanying materials are licensed and made available under @@ -42,9 +42,9 @@ [Includes.EBC] Include/Ebc -[Includes.ARM] - Include/Arm - +[Includes.ARM] + Include/Arm + [LibraryClasses] ## @libraryclass Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec # and the standard requests defined in Usb 1.1 spec. @@ -871,7 +871,16 @@ gEfiVlanConfigProtocolGuid = { 0x9e23d768, 0xd2f3, 0x4366, {0x9f, 0xc3, 0x3a, 0x7a, 0xba, 0x86, 0x43, 0x74 }} ## Include/Protocol/DriverHealth.h - gEfiDriverHealthProtocolGuid = { 0x2a534210, 0x9280, 0x41d8, { 0xae, 0x79, 0xca, 0xda, 0x1, 0xa2, 0xb1, 0x27 }} + gEfiDriverHealthProtocolGuid = { 0x2a534210, 0x9280, 0x41d8, {0xae, 0x79, 0xca, 0xda, 0x1, 0xa2, 0xb1, 0x27 }} + + ## Include/Protocol/DeferredImageLoad.h + gEfiDeferredImageLoadProtocolGuid = { 0x15853d7c, 0x3ddf, 0x43e0, {0xa1, 0xcb, 0xeb, 0xf8, 0x5b, 0x8f, 0x87, 0x2c }} + + ## Include/Protocol/UserCredential.h + gEfiUserCredentialProtocolGuid = { 0x71ee5e94, 0x65b9, 0x45d5, {0x82, 0x1a, 0x3a, 0x4d, 0x86, 0xcf, 0xe6, 0xbe }} + + ## Include/Protocol/UserManager.h + gEfiUserManagerProtocolGuid = { 0x6fd5b00c, 0xd426, 0x4283, {0x98, 0x87, 0x6c, 0xf5, 0xcf, 0x1c, 0xb1, 0xfe }} [PcdsFeatureFlag] ## If TRUE, the component name protocol will not be installed. -- cgit v1.1