]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.inf
SecurityPkg: Tcg2Smm: Added support for Standalone Mm
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Smm / Tcg2MmDependencyDxe.inf
diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.inf b/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.inf
new file mode 100644 (file)
index 0000000..44c64cc
--- /dev/null
@@ -0,0 +1,43 @@
+## @file\r
+#  Runtime DXE part corresponding to StandaloneMM Tcg2 module.\r
+#\r
+#  This module installs gTcg2MmSwSmiRegisteredGuid to notify readiness of\r
+#  StandaloneMM Tcg2 module.\r
+#\r
+# Copyright (c) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x0001001A\r
+  BASE_NAME                      = Tcg2MmDependencyDxe\r
+  FILE_GUID                      = 94C210EA-3113-4563-ADEB-76FE759C2F46\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  ENTRY_POINT                    = Tcg2MmDependencyDxeEntryPoint\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+#\r
+\r
+[Sources]\r
+  Tcg2MmDependencyDxe.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+\r
+[Guids]\r
+  gTcg2MmSwSmiRegisteredGuid         ## PRODUCES             ## GUID # Install protocol\r
+\r
+[Depex]\r
+  gEfiMmCommunication2ProtocolGuid\r