]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Include/Ppi/TpmInitialized.h
Add TpmInitializationDonePpi to TPM PEI module.
[mirror_edk2.git] / SecurityPkg / Include / Ppi / TpmInitialized.h
index dbbd41598988e0ae3197672b7eaf418777d4ff79..7d458f5e1284b76c5adfe32da4708e29f2d86c57 100644 (file)
@@ -3,7 +3,7 @@
   initialized.  PEIMs that must execute after TPM hardware initialization\r
   may use this GUID in their dependency expressions.\r
     \r
-Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2008 - 2015, 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
@@ -27,4 +27,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 extern EFI_GUID gPeiTpmInitializedPpiGuid;\r
 \r
+///\r
+/// Global ID for the PEI_TPM_INITIALIZATION_DONE_PPI which always uses a NULL interface. \r
+///\r
+#define PEI_TPM_INITIALIZATION_DONE_PPI_GUID \\r
+  { \\r
+    0xa030d115, 0x54dd, 0x447b, { 0x90, 0x64, 0xf2, 0x6, 0x88, 0x3d, 0x7c, 0xcc \\r
+  }\r
+\r
+extern EFI_GUID gPeiTpmInitializationDonePpiGuid;\r
+\r
 #endif\r