mirror of https://github.com/acidanthera/audk.git
Use PalLib instead of PalCallLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6514 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dc49f4ed7d
commit
4d52c1f33c
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <Ppi/SecPlatformInformation.h>
|
||||
|
||||
#include <Library/PalCallLib.h>
|
||||
#include <Library/PalLib.h>
|
||||
#include <Library/PeiServicesTablePointerLib.h>
|
||||
#include <Library/PeiServicesLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E
|
||||
MODULE_TYPE = PEIM
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = PalCallLib|PEIM PEI_CORE
|
||||
LIBRARY_CLASS = PalLib|PEIM PEI_CORE
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue