]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Retire GenericPlatformVariableGuid in MdeModulePkg
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Feb 2009 03:00:22 +0000 (03:00 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 23 Feb 2009 03:00:22 +0000 (03:00 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7566 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Guid/GenericPlatformVariable.h [deleted file]

diff --git a/MdeModulePkg/Include/Guid/GenericPlatformVariable.h b/MdeModulePkg/Include/Guid/GenericPlatformVariable.h
deleted file mode 100644 (file)
index 3abf397..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/** @file\r
-  This file defines the genenic platform guid for EFI variable.\r
-  Common drivers without specific requirement \r
-  can use this guid with their variable name to specify \r
-  their EFI variable without defining another new guid.\r
-\r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef __GENERIC_PLATFORM_VARIABLE_H__\r
-#define __GENERIC_PLATFORM_VARIABLE_H__\r
-\r
-#define EFI_GENERIC_PLATFORM_VARIABLE_GUID  \\r
-  { 0x59d1c24f, 0x50f1, 0x401a, { 0xb1, 0x01, 0xf3, 0x3e, 0x0d, 0xae, 0xd4, 0x43 }}\r
-\r
-extern EFI_GUID gEfiGenericPlatformVariableGuid;\r
-\r
-#endif\r