]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
Add TPM2 implementation.
[mirror_edk2.git] / SecurityPkg / Tcg / TrEEConfig / TrEEConfigPei.inf
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
new file mode 100644 (file)
index 0000000..c6a489a
--- /dev/null
@@ -0,0 +1,70 @@
+## @file\r
+#  Component name for TrEE configuration module.\r
+#  NOTE: This module is only for reference only, each platform should have its own setup page.\r
+#\r
+# Copyright (c) 2013, 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
+  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
+\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
+  IoLib\r
+  Tpm12CommandLib\r
+  Tpm12DeviceLib\r
+\r
+[Guids]\r
+  gEfiTrEEPhysicalPresenceGuid\r
+  gTrEEConfigFormSetGuid\r
+  gEfiTpmDeviceSelectedGuid\r
+\r
+[Ppis]\r
+  gEfiPeiReadOnlyVariable2PpiGuid\r
+\r
+[FixedPcd]\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport\r
+\r
+[Pcd]\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress\r
+\r
+[Depex]\r
+  gEfiPeiMasterBootModePpiGuid AND\r
+  gEfiPeiReadOnlyVariable2PpiGuid
\ No newline at end of file