]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add missing GUID C Name definition for 3 new UEFI 2.2 protocols.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Aug 2009 13:08:39 +0000 (13:08 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Aug 2009 13:08:39 +0000 (13:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9134 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/MdePkg.dec

index e0af80df994c256517b5ebab1981527c3ac5565a..b3c0e4fd3b904525a2db97e98e0eb09592950d49 100644 (file)
@@ -6,7 +6,7 @@
 # EFI1.10/UEFI2.0/UEFI2.1/PI1.0 and some Industry Standards.\r
 #\r
 # Copyright (c) 2007 - 2009, Intel Corporation.<BR>\r
-# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
+# Portions Copyright (c) 2008-2009 Apple Inc.<BR>\r
 #\r
 # All rights reserved.\r
 # This program and the accompanying materials are licensed and made available under\r
@@ -42,9 +42,9 @@
 [Includes.EBC]\r
   Include/Ebc\r
 \r
-[Includes.ARM]
-  Include/Arm
-
+[Includes.ARM]\r
+  Include/Arm\r
+\r
 [LibraryClasses]\r
   ##  @libraryclass  Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec\r
   #                  and the standard requests defined in Usb 1.1 spec.\r
   gEfiVlanConfigProtocolGuid           = { 0x9e23d768, 0xd2f3, 0x4366, {0x9f, 0xc3, 0x3a, 0x7a, 0xba, 0x86, 0x43, 0x74 }}\r
   \r
   ## Include/Protocol/DriverHealth.h\r
-  gEfiDriverHealthProtocolGuid         = { 0x2a534210, 0x9280, 0x41d8, { 0xae, 0x79, 0xca, 0xda, 0x1, 0xa2, 0xb1, 0x27 }}\r
+  gEfiDriverHealthProtocolGuid         = { 0x2a534210, 0x9280, 0x41d8, {0xae, 0x79, 0xca, 0xda, 0x1, 0xa2, 0xb1, 0x27 }}\r
+  \r
+  ## Include/Protocol/DeferredImageLoad.h\r
+  gEfiDeferredImageLoadProtocolGuid    = { 0x15853d7c, 0x3ddf, 0x43e0, {0xa1, 0xcb, 0xeb, 0xf8, 0x5b, 0x8f, 0x87, 0x2c }}\r
+\r
+  ## Include/Protocol/UserCredential.h\r
+  gEfiUserCredentialProtocolGuid       = { 0x71ee5e94, 0x65b9, 0x45d5, {0x82, 0x1a, 0x3a, 0x4d, 0x86, 0xcf, 0xe6, 0xbe }}\r
+\r
+  ## Include/Protocol/UserManager.h\r
+  gEfiUserManagerProtocolGuid          = { 0x6fd5b00c, 0xd426, 0x4283, {0x98, 0x87, 0x6c, 0xf5, 0xcf, 0x1c, 0xb1, 0xfe }}\r
 \r
 [PcdsFeatureFlag]\r
   ## If TRUE, the component name protocol will not be installed.\r