diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-25 12:20:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-25 14:26:33 +0200 |
commit | f233e65ed5159d1ef14ea2c922bb4acbc876a654 (patch) | |
tree | 274356666e3a650b6242ddb2c0cbb246148ee337 /EfiGuardPkg.dec | |
parent | 2a056df40a8e9561f984fcf20a80c8db3706a448 (diff) |
Changed protocol GUID, backdoor variable name and cookie valuetest
* fixed EfiDSEFix Mingw Makefile
* removed `EFIAPI` from some imports
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'EfiGuardPkg.dec')
-rw-r--r-- | EfiGuardPkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EfiGuardPkg.dec b/EfiGuardPkg.dec index 4d8c783..be8e6cc 100644 --- a/EfiGuardPkg.dec +++ b/EfiGuardPkg.dec @@ -15,4 +15,4 @@ [Protocols] ## Include/Protocol/EfiGuard.h - gEfiGuardDriverProtocolGuid = { 0x51e4785b, 0xb1e4, 0x4fda, { 0xaf, 0x5f, 0x94, 0x2e, 0xc0, 0x15, 0xf1, 0x7 }} + gEfiGuardDriverProtocolGuid = { 0xa2b65550, 0x8675, 0x48ac, { 0xbd, 0xe6, 0x02, 0xa5, 0x3b, 0xc2, 0x02, 0x3c }} |