diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-13 09:51:50 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-13 09:51:50 +0000 |
commit | 4e6a198ccca8d95b452b85e66da84fba1acd34a5 (patch) | |
tree | 07e3bc1b8f3bb474b6c41e545883d3e01e2eb3cf | |
parent | 361468ede3f5691d7d6b2a1ae5e8390e0291a244 (diff) | |
download | edk2-platforms-4e6a198ccca8d95b452b85e66da84fba1acd34a5.tar.xz |
Add UefiBootServicesTableLib library class reference in HobLib, because if no, the autogen code will generate wrong order for calling library constructor.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7263 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Library/DxeHobLib/DxeHobLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeHobLib/DxeHobLib.inf b/MdePkg/Library/DxeHobLib/DxeHobLib.inf index 6d49c87d38..38a88cbf74 100644 --- a/MdePkg/Library/DxeHobLib/DxeHobLib.inf +++ b/MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -42,7 +42,8 @@ BaseMemoryLib
DebugLib
UefiLib
-
+ UefiBootServicesTableLib
+
[Guids]
gEfiHobListGuid ## CONSUMES
|