]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Apr 2009 03:01:50 +0000 (03:01 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 Apr 2009 03:01:50 +0000 (03:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8199 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/UefiPalLib/UefiPalLib.inf

index 6e9ac0ba91feaf30c9294273be37932a481c2996..33dc024c6c11ec25a0730ad4038d7b9c5931aabf 100644 (file)
@@ -4,7 +4,7 @@
 # This instance of PAL library retrieves the PAL Entry Point from the SAL System Table\r
 # register in the EFI System Confguration Table.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+# Copyright (c) 2007 - 2009, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -43,3 +43,5 @@
   BaseLib\r
   DebugLib\r
 \r
+[Guids]\r
+  gEfiSalSystemTableGuid        ## CONSUMES ## GUID\r