Library class of MemoryAllocationLib has been added.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7073 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-12-18 05:30:57 +00:00
parent 9b38ff3499
commit 94e0fd072b
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiScsiLib.h>
#include <Library/UefiBootServicesTableLib.h>

View File

@ -46,9 +46,11 @@
UefiBootServicesTableLib
UefiScsiLib
BaseMemoryLib
MemoryAllocationLib
UefiLib
UefiDriverEntryPoint
DebugLib
MemoryAllocationLib
[Protocols]