]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/OverrideVariable.h
Add additional comments for structure definition.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / OverrideVariable.h
CommitLineData
5f597758 1/** @file\r
ebafc55b 2 This file defines the platform override variable name and variable guid.\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
ebafc55b
LG
18///\r
19/// This guid is used for a platform driver override variable\r
20///\r
b290614d 21#define EFI_OVERRIDE_VARIABLE_GUID \\r
22 { 0x8e3d4ad5, 0xf762, 0x438a, { 0xa1, 0xc1, 0x5b, 0x9f, 0xe6, 0x8c, 0x6b, 0x15 }}\r
23\r
ebafc55b
LG
24#define EFI_PLATFORM_OVERRIDE_VARIABLE_NAME L"PlatDriOver"\r
25\r
b290614d 26extern EFI_GUID gEfiOverrideVariableGuid;\r
27\r
28\r
29#endif // #ifndef __EFI_OVERRIDE_VARIABLE_GUID_H__\r