]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add UEFI_APPLICATION module type support for the capsule lib.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Aug 2011 05:37:55 +0000 (05:37 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Aug 2011 05:37:55 +0000 (05:37 +0000)
Signed-off-by: niruiyu
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12205 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf

index 666844647f76f46f47d741ba758a724f568b4a83..7c2701eb4b43643b303b2a3aec5b96d6adae18ea 100644 (file)
@@ -2,7 +2,7 @@
 #  NULL Dxe Capsule library instance.\r
 #  It can make core modules pass package level build.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -20,7 +20,7 @@
   FILE_GUID                      = 4004de5a-09a5-4f0c-94d7-82322e096aa7\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = CapsuleLib|DXE_DRIVER DXE_RUNTIME_DRIVER\r
+  LIBRARY_CLASS                  = CapsuleLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r