mirror of https://github.com/acidanthera/audk.git
Clean the Bis.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3450 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d88bd7a502
commit
26167ad7fb
|
@ -114,19 +114,6 @@ typedef struct {
|
|||
//
|
||||
#define BIS_GET_SIGINFO_ARRAY(BisDataPtr) ((EFI_BIS_SIGNATURE_INFO *) (BisDataPtr)->Data)
|
||||
|
||||
//
|
||||
// Binary Value of "X-Intel-BIS-ParameterSet" Attribute.
|
||||
// (Value is Base64 encoded in actual signed manifest).
|
||||
// {EDD35E31-07B9-11d2-83A3-00A0C91FADCF}
|
||||
//
|
||||
#define BOOT_OBJECT_AUTHORIZATION_PARMSET_GUID \
|
||||
{ \
|
||||
0xedd35e31, 0x7b9, 0x11d2, \
|
||||
{ \
|
||||
0x83, 0xa3, 0x0, 0xa0, 0xc9, 0x1f, 0xad, 0xcf \
|
||||
} \
|
||||
}
|
||||
|
||||
//
|
||||
// Support old name for backward compatible
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue