]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FirmwareContentsSigned.h
Add definition for EFI_FIRMWARE_CONTENTS_SIGNED_GUID.
[mirror_edk2.git] / MdePkg / Include / Guid / FirmwareContentsSigned.h
diff --git a/MdePkg/Include/Guid/FirmwareContentsSigned.h b/MdePkg/Include/Guid/FirmwareContentsSigned.h
new file mode 100644 (file)
index 0000000..5f9d247
--- /dev/null
@@ -0,0 +1,26 @@
+/** @file\r
+  GUID is used to define the signed section.\r
+\r
+  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
+  are licensed and made available under the terms and conditions of the BSD License         \r
+  which accompanies this distribution.  The full text of the license may be found at        \r
+  http://opensource.org/licenses/bsd-license.php                                            \r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+\r
+  @par Revision Reference:\r
+  GUID introduced in PI Version 1.2.1.\r
+\r
+**/\r
+\r
+#ifndef __FIRMWARE_CONTENTS_SIGNED_GUID_H__\r
+#define __FIRMWARE_CONTENTS_SIGNED_GUID_H__\r
+\r
+#define EFI_FIRMWARE_CONTENTS_SIGNED_GUID \\r
+   { 0xf9d89e8, 0x9259, 0x4f76, {0xa5, 0xaf, 0xc, 0x89, 0xe3, 0x40, 0x23, 0xdf } }\r
+\r
+extern EFI_GUID gEfiFirmwareContentsSignedGuid;\r
+\r
+#endif\r