]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
SecurityPkg/TrEEConfig: remove TrEE.
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEConfig / TrEEConfigPei.inf
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
deleted file mode 100644 (file)
index a4d6b58..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-## @file\r
-#  Set TPM device type\r
-#\r
-#  This module initializes TPM device type based on variable and detection.\r
-#  NOTE: This module is only for reference only, each platform should have its own setup page.\r
-#\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
-# 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                      = TrEEConfigPei\r
-  MODULE_UNI_FILE                = TrEEConfigPei.uni\r
-  FILE_GUID                      = A5C1EF72-9379-4370-B4C7-0F5126CAC38E\r
-  MODULE_TYPE                    = PEIM\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = TrEEConfigPeimEntryPoint\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
-#\r
-# [BootMode]\r
-#   S3_RESUME                 ## SOMETIMES_CONSUMES\r
-#\r
-\r
-[Sources]\r
-  TrEEConfigPeim.c\r
-  TrEEConfigNvData.h\r
-  TpmDetection.c\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
-  PeiServicesLib\r
-  PeimEntryPoint\r
-  DebugLib\r
-  PcdLib\r
-  TimerLib\r
-  Tpm12CommandLib\r
-  Tpm12DeviceLib\r
-\r
-[Guids]\r
-  ## SOMETIMES_CONSUMES ## Variable:L"TREE_CONFIGURATION"\r
-  ## SOMETIMES_CONSUMES ## Variable:L"TREE_DEVICE_DETECTION"\r
-  gTrEEConfigFormSetGuid\r
-  gEfiTpmDeviceSelectedGuid           ## PRODUCES             ## GUID    # Used as a PPI GUID\r
-  gEfiTpmDeviceInstanceNoneGuid       ## SOMETIMES_CONSUMES   ## GUID    # TPM device identifier\r
-\r
-[Ppis]\r
-  gEfiPeiReadOnlyVariable2PpiGuid     ## CONSUMES\r
-  gPeiTpmInitializationDonePpiGuid    ## SOMETIMES_PRODUCES\r
-\r
-[Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid                 ## PRODUCES\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy         ## PRODUCES\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection                ## CONSUMES \r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress                  ## SOMETIMES_CONSUMES\r
-\r
-[Depex]\r
-  gEfiPeiMasterBootModePpiGuid AND\r
-  gEfiPeiReadOnlyVariable2PpiGuid\r
-  \r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  TrEEConfigPeiExtra.uni
\ No newline at end of file