]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
SecurityPkg/Tcg: Import Tcg2PlatformPei from edk2-platforms
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformPei / Tcg2PlatformPei.inf
diff --git a/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf b/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf
new file mode 100644 (file)
index 0000000..579f09b
--- /dev/null
@@ -0,0 +1,52 @@
+### @file\r
+#\r
+# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+###\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010017\r
+  BASE_NAME                      = Tcg2PlatformPei\r
+  FILE_GUID                      = 47727552-A54B-4A84-8CC1-BFF23E239636\r
+  VERSION_STRING                 = 1.0\r
+  MODULE_TYPE                    = PEIM\r
+  ENTRY_POINT                    = Tcg2PlatformPeiEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
+#\r
+\r
+[LibraryClasses]\r
+  PcdLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  PeiServicesLib\r
+  PeimEntryPoint\r
+  DebugLib\r
+  Tpm2DeviceLib\r
+  Tpm2CommandLib\r
+  TpmPlatformHierarchyLib\r
+  RngLib\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
+  MinPlatformPkg/MinPlatformPkg.dec\r
+\r
+[Sources]\r
+  Tcg2PlatformPei.c\r
+\r
+[Guids]\r
+  gTcgEventEntryHobGuid\r
+  gTcgEvent2EntryHobGuid\r
+\r
+[Ppis]\r
+  gEfiEndOfPeiSignalPpiGuid\r
+\r
+[Depex]\r
+  gEfiTpmDeviceSelectedGuid\r
+\r