]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Protocol/LockBox.h
9453650ef2d3cb6133d8ebe1e10f7647aa843cf7
[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 SPDX-License-Identifier: BSD-2-Clause-Patent
10
11 **/
12
13 #ifndef _LOCK_BOX_PROTOCOL_H_
14 #define _LOCK_BOX_PROTOCOL_H_
15
16 ///
17 /// Global ID for the EFI LOCK BOX Protocol.
18 ///
19 #define EFI_LOCK_BOX_PROTOCOL_GUID \
20 { 0xbd445d79, 0xb7ad, 0x4f04, { 0x9a, 0xd8, 0x29, 0xbd, 0x20, 0x40, 0xeb, 0x3c }}
21
22 extern EFI_GUID gEfiLockBoxProtocolGuid;
23
24 #endif