Add EfiGlobalVariable GUID to PEIM.h so PEIMs can read standard variables defined by the UEFI 2.0 Specification

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@134 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2006-05-12 16:52:07 +00:00
parent 448d6fab6e
commit 8a1fd113ea

View File

@ -46,6 +46,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Protocol/DebugSupport.h>
#include <Common/StatusCodeDataTypeId.h>
#include <Guid/StatusCodeDataTypeId.h>
#include <Guid/GlobalVariable.h>
#include <Ppi/Pcd.h>
#include <Common/PcdTemp.h> //This will be removed when PCD PEIM is completed!