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