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