Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with those Unicode String names, which are forbidden to pair with gEfiGlobalVariableGuid according to newest Uefi Spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2144 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-12-28 05:16:05 +00:00
parent 13c8460447
commit 8c395f7b13
4 changed files with 44 additions and 10 deletions

View File

@@ -47,6 +47,7 @@ Abstract:
#include <Guid/CapsuleVendor.h>
#include <Guid/BootState.h>
#include <Guid/MemoryStatusCodeRecord.h>
#include <Guid/GenericPlatformVariable.h>
#include <Ppi/PeiInMemory.h>
#include <Ppi/FlashMap.h>