diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-09 10:05:54 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-09 10:05:54 +0000 |
commit | f8d8f5473ee36be1a59e8dab717bb2f840c8b7a8 (patch) | |
tree | 9a6447f10508b2aace05a2f60fe783a2e65599e5 /MdePkg/Library/DxeHobLib | |
parent | 8e0e028a289e14429509be1cc4fe6bf3b6f63154 (diff) | |
download | edk2-platforms-f8d8f5473ee36be1a59e8dab717bb2f840c8b7a8.tar.xz |
Remove the workaround in DxeHobLib.inf that it over-specify UefiBootServicesTableLib to generate the correct sequence for library constructor for DuetPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7485 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeHobLib')
-rw-r--r-- | MdePkg/Library/DxeHobLib/DxeHobLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeHobLib/DxeHobLib.inf b/MdePkg/Library/DxeHobLib/DxeHobLib.inf index 38a88cbf74..0a3014f994 100644 --- a/MdePkg/Library/DxeHobLib/DxeHobLib.inf +++ b/MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -42,7 +42,6 @@ BaseMemoryLib
DebugLib
UefiLib
- UefiBootServicesTableLib
[Guids]
gEfiHobListGuid ## CONSUMES
|