Use Hob to get the variable base address in NV storage, but this need to be changed as use PCD when build tool is ready

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3111 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-07-06 09:07:47 +00:00
parent 361064ffae
commit 911cad134a
5 changed files with 31 additions and 6 deletions

View File

@@ -43,6 +43,8 @@
#include <Library/UefiLib.h>
#include <Library/BaseLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/HobLib.h>
#include <Common/FlashMap.h>
#include <Guid/FlashMapHob.h>
#endif