diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-01 10:56:24 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-01 10:56:24 +0000 |
commit | 05e48e00834b32e4bd2e9456a47911c88989e943 (patch) | |
tree | 9f6eb6f90f75aea3171d462d38586cdd244de342 /EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | |
parent | e889946d3a6d3a6574b2fa80eee19a6cce18624b (diff) | |
download | edk2-platforms-05e48e00834b32e4bd2e9456a47911c88989e943.tar.xz |
EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11945 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Library/PrePiLib/PrePiLib.inf')
-rw-r--r-- | EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 81d3f47d55..970528c0aa 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -32,7 +32,6 @@ [Sources.common]
FwVol.c
- Hob.c
PrePiLib.c
ReportStatusCode.c
@@ -56,7 +55,7 @@ ExtractGuidedSectionLib
TimerLib
PerformanceLib
-
+ HobLib
[Guids]
gEfiHobMemoryAllocModuleGuid
|