Last change
on this file since 99396 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
522 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | GUID is used to define the signed section.
|
---|
3 |
|
---|
4 | Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | @par Revision Reference:
|
---|
8 | GUID introduced in PI Version 1.2.1.
|
---|
9 |
|
---|
10 | **/
|
---|
11 |
|
---|
12 | #ifndef __FIRMWARE_CONTENTS_SIGNED_GUID_H__
|
---|
13 | #define __FIRMWARE_CONTENTS_SIGNED_GUID_H__
|
---|
14 |
|
---|
15 | #define EFI_FIRMWARE_CONTENTS_SIGNED_GUID \
|
---|
16 | { 0xf9d89e8, 0x9259, 0x4f76, {0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf } }
|
---|
17 |
|
---|
18 | extern EFI_GUID gEfiFirmwareContentsSignedGuid;
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.