]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf
SecurityPkg/TrEEConfig: remove TrEE.
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEConfig / TrEEConfigDxe.inf
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf
deleted file mode 100644 (file)
index 368570a..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-## @file\r
-#  TPM device configuration for TPM 2.0\r
-#  \r
-#  By this module, user may select TPM device, clear TPM state, etc.\r
-#  NOTE: This module is only for reference only, each platform should have its own setup page.\r
-#\r
-# Copyright (c) 2013 - 2014, 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
-# 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
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = TrEEConfigDxe\r
-  MODULE_UNI_FILE                = TrEEConfigDxe.uni\r
-  FILE_GUID                      = 3141FD4D-EA02-4a70-9BCE-97EE837319AC\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = TrEEConfigDriverEntryPoint\r
-  UNLOAD_IMAGE                   = TrEEConfigDriverUnload\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
-#\r
-\r
-[Sources]\r
-  TrEEConfigDriver.c\r
-  TrEEConfigImpl.c\r
-  TrEEConfigImpl.h\r
-  TrEEConfig.vfr\r
-  TrEEConfigStrings.uni\r
-  TrEEConfigNvData.h\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  SecurityPkg/SecurityPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
-  UefiDriverEntryPoint\r
-  UefiHiiServicesLib\r
-  DebugLib\r
-  HiiLib\r
-  PcdLib\r
-  PrintLib\r
-  Tpm2DeviceLib\r
-  Tpm2CommandLib\r
-\r
-[Guids]\r
-  ## SOMETIMES_PRODUCES ## Variable:L"TrEEPhysicalPresence"\r
-  ## SOMETIMES_CONSUMES ## Variable:L"TrEEPhysicalPresence"\r
-  gEfiTrEEPhysicalPresenceGuid\r
-  \r
-  ## PRODUCES           ## HII\r
-  ## SOMETIMES_PRODUCES ## Variable:L"TREE_CONFIGURATION"\r
-  ## SOMETIMES_CONSUMES ## Variable:L"TREE_CONFIGURATION"\r
-  ## PRODUCES           ## Variable:L"TREE_DEVICE_DETECTION"\r
-  ## SOMETIMES_CONSUMES ## Variable:L"TREE_DEVICE_DETECTION"\r
-  gTrEEConfigFormSetGuid\r
-\r
-[Protocols]\r
-  gEfiHiiConfigAccessProtocolGuid               ## PRODUCES\r
-  gEfiDevicePathProtocolGuid                    ## PRODUCES\r
-  gEdkiiVariableLockProtocolGuid                ## SOMETIMES_CONSUMES\r
-\r
-[Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid            ## CONSUMES\r
-\r
-[Depex]\r
-  gEfiTrEEProtocolGuid              AND\r
-  gEfiHiiConfigRoutingProtocolGuid  AND\r
-  gEfiHiiDatabaseProtocolGuid       AND\r
-  gEfiVariableArchProtocolGuid      AND\r
-  gEfiVariableWriteArchProtocolGuid\r
-  \r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  TrEEConfigDxeExtra.uni
\ No newline at end of file