]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/QuarkVariableLock.h
QuarkPlatformPkg: Add ForceRecovery UEFI application
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / QuarkVariableLock.h
CommitLineData
b303605e
MK
1/** @file\r
2\r
3Guid and variable name used to trigger quark lock of specific UEFI variables.\r
4\r
5Copyright (c) 2013 Intel Corporation.\r
6\r
7This 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
15**/\r
16\r
17#ifndef _QUARK_VARIABLE_LOCK_GUID_H_\r
18#define _QUARK_VARIABLE_LOCK_GUID_H_\r
19\r
20#define QUARK_VARIABLE_LOCK_GUID \\r
21 { \\r
22 0xeef749c2, 0xc047, 0x4d6e, { 0xb1, 0xbc, 0xd3, 0x6e, 0xb3, 0xa5, 0x55, 0x9c } \\r
23 }\r
24\r
25#define QUARK_VARIABLE_LOCK_NAME L"QuarkVariableLock"\r
26\r
27extern EFI_GUID gQuarkVariableLockGuid;\r
28\r
29#endif\r