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