Last change
on this file since 108794 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
660 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.