From 8c395f7b13997a5991cfe4435ccd36496d86d4cb Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 28 Dec 2006 05:16:05 +0000 Subject: 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 --- EdkModulePkg/Include/EdkDxe.h | 1 + EdkModulePkg/Include/EdkPeim.h | 1 + .../Include/Guid/GenericPlatformVariable.h | 27 ++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 EdkModulePkg/Include/Guid/GenericPlatformVariable.h (limited to 'EdkModulePkg/Include') diff --git a/EdkModulePkg/Include/EdkDxe.h b/EdkModulePkg/Include/EdkDxe.h index 2162937c65..7b5469b855 100644 --- a/EdkModulePkg/Include/EdkDxe.h +++ b/EdkModulePkg/Include/EdkDxe.h @@ -58,6 +58,7 @@ Abstract: #include #include #include +#include #include diff --git a/EdkModulePkg/Include/EdkPeim.h b/EdkModulePkg/Include/EdkPeim.h index a39ed5cdb4..e76d83df85 100644 --- a/EdkModulePkg/Include/EdkPeim.h +++ b/EdkModulePkg/Include/EdkPeim.h @@ -47,6 +47,7 @@ Abstract: #include #include #include +#include #include #include diff --git a/EdkModulePkg/Include/Guid/GenericPlatformVariable.h b/EdkModulePkg/Include/Guid/GenericPlatformVariable.h new file mode 100644 index 0000000000..00ae375e59 --- /dev/null +++ b/EdkModulePkg/Include/Guid/GenericPlatformVariable.h @@ -0,0 +1,27 @@ +/*++ + +Copyright (c) 2006, Intel Corporation +All rights reserved. This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +Module Name: + + GenericPlatformVariable.h + +Abstract: + + The variable space Guid to pair with a Unicode string name to tag an EFI variable. + +--*/ + +#ifndef _GENERIC_PLATFORM_VARIABLE_H_ +#define _GENERIC_PLATFORM_VARIABLE_H_ + +extern EFI_GUID gEfiGenericPlatformVariableGuid; + +#endif -- cgit v1.2.3