]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Guid/OverrideVariable.h
Port PlatformDriOverrideDxe into R9.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / OverrideVariable.h
... / ...
CommitLineData
1/*++\r
2\r
3Copyright (c) 2008, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 OverrideVariable.h\r
15\r
16Abstract:\r
17\r
18 Platform Override Variable Guid definitions\r
19\r
20--*/\r
21\r
22#ifndef __EFI_OVERRIDE_VARIABLE_GUID_H__\r
23#define __EFI_OVERRIDE_VARIABLE_GUID_H__\r
24\r
25//\r
26// This guid is used for a platform driver override variable\r
27//\r
28#define EFI_OVERRIDE_VARIABLE_GUID \\r
29 { 0x8e3d4ad5, 0xf762, 0x438a, { 0xa1, 0xc1, 0x5b, 0x9f, 0xe6, 0x8c, 0x6b, 0x15 }}\r
30\r
31extern EFI_GUID gEfiOverrideVariableGuid;\r
32\r
33\r
34#endif // #ifndef __EFI_OVERRIDE_VARIABLE_GUID_H__\r