]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update UefiDriverEntryPoint library by adding BaseLib library class required by AutoG...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Oct 2010 09:59:55 +0000 (09:59 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Oct 2010 09:59:55 +0000 (09:59 +0000)
Update UefiApplicationEntryPoint library by adding BaseLib and DebugLib library class required by AutoGen code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10954 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c
MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf

index cb0d07032cc96a1131ae7616b54646cc68a2f3d4..dc05b23fd823a26abe298f2d26ecdf1aab838b7b 100644 (file)
@@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include <Uefi.h>\r
 #include <Library/UefiApplicationEntryPoint.h>\r
+#include <Library/BaseLib.h>\r
+#include <Library/DebugLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 \r
 \r
index 01d654d51b57986c6a7e835e6e89625a712dfb76..50f8cdd59edd6ddc69cd13b88e7f810f08babed6 100644 (file)
@@ -34,4 +34,6 @@
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
+  DebugLib\r
+  BaseLib\r
 \r
index 17eeaf396c64a2652465a454060f8cc19fa9329c..b4ed987bf93d17279117ca42ce9fc2b62de61ddd 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Entry point to a EFI/DXE driver.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -19,6 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/LoadedImage.h>\r
 \r
 #include <Library/UefiDriverEntryPoint.h>\r
+#include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 \r
index fd5054bc42668c94e7e8670df45b47f2a2c62f9c..704f563135f329188b47399901e9f9c0ba4bb469 100644 (file)
@@ -39,6 +39,7 @@
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   DebugLib\r
+  BaseLib\r
 \r
 \r
 [Protocols]\r