diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-01 10:50:48 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-01 10:50:48 +0000 |
commit | 5b490e76a70a0da71c9f8ec6c81d60b94eb7527c (patch) | |
tree | 84aee0df2f23349768a798f9ab13eb188e3fed95 /EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | |
parent | 271c79012d7a7f2ab8fe4a75e06decf3c9488c10 (diff) | |
download | edk2-platforms-5b490e76a70a0da71c9f8ec6c81d60b94eb7527c.tar.xz |
EmbeddedPkg: Introduce PrePiMemoryAllocationLib
This Memory Allocation Library for PrePi is based on the memory
functions of PrePiLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11943 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Library/PrePiLib/PrePiLib.inf')
-rw-r--r-- | EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index a7bfa10eb5..81d3f47d55 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -33,7 +33,6 @@ [Sources.common]
FwVol.c
Hob.c
- Memory.c
PrePiLib.c
ReportStatusCode.c
|