-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathEfiGuardPkg.dec
25 lines (21 loc) · 917 Bytes
/
EfiGuardPkg.dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[Defines]
DEC_SPECIFICATION = 0x00010019
PACKAGE_NAME = EfiGuardPkg
PACKAGE_GUID = 6BFA833B-A9DF-490D-AF7E-7F92A80E3F9A
PACKAGE_VERSION = 1.00
[Includes]
Include
Include/Protocol
EfiGuardDxe
EfiGuardDxe/Zydis/dependencies/zycore/include
EfiGuardDxe/Zydis/include
EfiGuardDxe/Zydis/src
EfiGuardDxe/Zydis/msvc
[Protocols]
## Include/Protocol/EfiGuard.h
gEfiGuardDriverProtocolGuid = { 0x51e4785b, 0xb1e4, 0x4fda, { 0xaf, 0x5f, 0x94, 0x2e, 0xc0, 0x15, 0xf1, 0x7 }}
## Originally in OvmfPkg/Csm/Include/Protocol/LegacyBios.h
gEfiLegacyBiosProtocolGuid = { 0xdb9a1e3d, 0x45cb, 0x4abb, {0x85, 0x3b, 0xe5, 0x38, 0x7f, 0xdb, 0x2e, 0x2d }}
[Guids]
## Originally in OvmfPkg/Csm/Include/Guid/LegacyBios.h
gEfiLegacyBiosGuid = { 0x2e3044ac, 0x879f, 0x490f, {0x97, 0x60, 0xbb, 0xdf, 0xaf, 0x69, 0x5f, 0x50 }}