]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/TrEEProtocol.h
MdePkg: Merge ShellBase.h and remove Efi prefix from header files
[mirror_edk2.git] / MdePkg / Include / Protocol / TrEEProtocol.h
index 2f535348ff32e5515928ed7c29250000a4577d83..9a437384bece5f4fa363b362ae93215ad5c2bc6c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Ihis protocol is defined to abstract TPM2 hardware access in boot phase.\r
+  This protocol is defined to abstract TPM2 hardware access in boot phase.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2016, 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
@@ -93,22 +93,6 @@ typedef TREE_BOOT_SERVICE_CAPABILITY_1_0 TREE_BOOT_SERVICE_CAPABILITY;
 //\r
 #define PE_COFF_IMAGE     0x0000000000000010\r
 \r
-//#define EV_EFI_VARIABLE_DRIVER_CONFIG 0x80000001  // Defined in TCG\r
-//#define EV_EFI_ACTION                 0x80000007  // Defined in TCG\r
-#define EV_EFI_VARIABLE_AUTHORITY     0x800000E0\r
-\r
-#define  FIRMWARE_DEBUGGER_EVENT_STRING  "UEFI Debug Mode"\r
-\r
-#pragma pack(1)\r
-typedef struct {\r
-  EFI_GUID                          VariableName;\r
-  UINT64                            UnicodeNameLength;   // The TCG Definition used UINTN\r
-  UINT64                            VariableDataLength;  // The TCG Definition used UINTN\r
-  CHAR16                            UnicodeName[1];\r
-  INT8                              VariableData[1];\r
-} EFI_VARIABLE_DATA_TREE;\r
-#pragma pack()\r
-\r
 typedef UINT32 TrEE_PCRINDEX;\r
 typedef UINT32 TrEE_EVENTTYPE;\r
 \r