]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Guid/OverrideVariable.h
Code scrub for MdeModule Include header file (Protocol and DEC)
[mirror_edk2.git] / MdeModulePkg / Include / Guid / OverrideVariable.h
... / ...
CommitLineData
1/** @file\r
2 This file defines the platform override variable name and variable guid.\r
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
13**/\r
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
24#define EFI_PLATFORM_OVERRIDE_VARIABLE_NAME L"PlatDriOver"\r
25\r
26extern EFI_GUID gEfiOverrideVariableGuid;\r
27\r
28\r
29#endif // #ifndef __EFI_OVERRIDE_VARIABLE_GUID_H__\r