TianoCore EDK2 master
Loading...
Searching...
No Matches
DeviceAuthentication.h
Go to the documentation of this file.
1
9#ifndef EFI_DEVICE_AUTHENTICATION_GUID_H_
10#define EFI_DEVICE_AUTHENTICATION_GUID_H_
11
17#define EFI_DEVICE_SIGNATURE_DATABASE_GUID \
18 {0xb9c2b4f4, 0xbf5f, 0x462d, 0x8a, 0xdf, 0xc5, 0xc7, 0xa, 0xc3, 0x5d, 0xad}
19#define EFI_DEVICE_SECURITY_DATABASE L"devdb"
20
21extern EFI_GUID gEfiDeviceSignatureDatabaseGuid;
22
61#endif
Definition: Base.h:213