]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.h
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Tcg / TcgConfigDxe / TcgConfigImpl.h
index cbfca7439237a716fcb65491771d4abcbb7a1b22..14842e7976d156ffb012cc5aad4cf8e35c15ad33 100644 (file)
@@ -2,14 +2,8 @@
   The header file of HII Config Access protocol implementation of TCG\r
   configuration module.\r
 \r
-Copyright (c) 2011, 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
+Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -34,7 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/DevicePathLib.h>\r
 #include <Library/PcdLib.h>\r
 #include <Library/PrintLib.h>\r
-#include <Library/TpmCommLib.h>\r
+#include <Library/Tpm12DeviceLib.h>\r
 \r
 #include <Guid/MdeModuleHii.h>\r
 \r
@@ -59,11 +53,10 @@ typedef struct {
 \r
   EFI_HII_CONFIG_ACCESS_PROTOCOL    ConfigAccess;\r
   EFI_HII_HANDLE                    HiiHandle;\r
-  EFI_HANDLE                        DriverHandle;  \r
+  EFI_HANDLE                        DriverHandle;\r
 \r
+  TCG_CONFIGURATION                 *Configuration;\r
   EFI_TCG_PROTOCOL                  *TcgProtocol;\r
-\r
-  BOOLEAN                           HideTpm;\r
 } TCG_CONFIG_PRIVATE_DATA;\r
 \r
 extern TCG_CONFIG_PRIVATE_DATA      mTcgConfigPrivateDateTemplate;\r