]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/LockBox.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / LockBox.h
CommitLineData
1c837cd5 1/** @file\r
2 LockBox protocol header file.\r
3 This is used to resolve dependency problem. The LockBox implementation\r
4 install this to broadcast that LockBox API is ready. The driver who will\r
5 use LockBox at its ENTRYPOINT should add this dependency.\r
6\r
7Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
8\r
9This program and the accompanying materials\r
10are licensed and made available under the terms and conditions\r
11of the BSD License which accompanies this distribution. The\r
12full text of the license may be found at\r
13http://opensource.org/licenses/bsd-license.php\r
14\r
15THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17\r
18**/\r
19\r
20#ifndef _LOCK_BOX_PROTOCOL_H_\r
21#define _LOCK_BOX_PROTOCOL_H_\r
22\r
23///\r
24/// Global ID for the EFI LOCK BOX Protocol.\r
25///\r
26#define EFI_LOCK_BOX_PROTOCOL_GUID \\r
27 { 0xbd445d79, 0xb7ad, 0x4f04, { 0x9a, 0xd8, 0x29, 0xbd, 0x20, 0x40, 0xeb, 0x3c }}\r
28\r
29extern EFI_GUID gEfiLockBoxProtocolGuid;\r
30\r
31#endif\r