]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf
7a6db976f3d35c419789d9ee4f34a932662b885d
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentDxe / DebugAgentDxe.inf
1 ## @file
2 # Initialized Debug Agent in one separated DXE driver.
3 #
4 # This DXE driver will invoke Debug Agent Library to initialize the debug agent.
5 #
6 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = DebugAgentDxe
14 MODULE_UNI_FILE = DebugAgentDxe.uni
15 FILE_GUID = 9727502C-034E-472b-8E1B-67BB28C6CFDB
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = DebugAgentDxeInitialize
19 UNLOAD_IMAGE = DebugAgentDxeUnload
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources]
28 DebugAgentDxe.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 UefiDriverEntryPoint
36 UefiBootServicesTableLib
37 DebugAgentLib
38
39 [Guids]
40 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
41
42 [Depex]
43 TRUE
44
45 [UserExtensions.TianoCore."ExtraFiles"]
46 DebugAgentDxeExtra.uni