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