]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/GenericPlatformVariable.h
Add INF extension Information
[mirror_edk2.git] / MdeModulePkg / Include / Guid / GenericPlatformVariable.h
CommitLineData
1e354c03 1/** @file\r
5f597758 2 This file defines the genenic platform guid for EFI variable.\r
e5618791 3 Generic drivers can use this guid with its variable name to specify \r
5f597758 4 its EFI variable without defining another new guid.\r
88f20127 5\r
1e354c03 6Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
88f20127 7All rights reserved. This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
1e354c03 15**/\r
88f20127 16\r
17#ifndef __GENERIC_PLATFORM_VARIABLE_H__\r
18#define __GENERIC_PLATFORM_VARIABLE_H__\r
19\r
5f597758
LG
20#define EFI_GENERIC_PLATFORM_VARIABLE_GUID \\r
21 { 0x59d1c24f, 0x50f1, 0x401a, { 0xb1, 0x01, 0xf3, 0x3e, 0x0d, 0xae, 0xd4, 0x43 }}\r
22\r
88f20127 23extern EFI_GUID gEfiGenericPlatformVariableGuid;\r
24\r
25#endif\r