]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.inf
SecurityPkg: Tcg2Smm: Added support for Standalone Mm
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Smm / Tcg2MmDependencyDxe.inf
CommitLineData
8802583c
KQ
1## @file\r
2# Runtime DXE part corresponding to StandaloneMM Tcg2 module.\r
3#\r
4# This module installs gTcg2MmSwSmiRegisteredGuid to notify readiness of\r
5# StandaloneMM Tcg2 module.\r
6#\r
7# Copyright (c) Microsoft Corporation.\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x0001001A\r
14 BASE_NAME = Tcg2MmDependencyDxe\r
15 FILE_GUID = 94C210EA-3113-4563-ADEB-76FE759C2F46\r
16 MODULE_TYPE = DXE_DRIVER\r
17 ENTRY_POINT = Tcg2MmDependencyDxeEntryPoint\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64\r
23#\r
24#\r
25\r
26[Sources]\r
27 Tcg2MmDependencyDxe.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 SecurityPkg/SecurityPkg.dec\r
33\r
34[LibraryClasses]\r
35 DebugLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38\r
39[Guids]\r
40 gTcg2MmSwSmiRegisteredGuid ## PRODUCES ## GUID # Install protocol\r
41\r
42[Depex]\r
43 gEfiMmCommunication2ProtocolGuid\r