]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentPei / DebugAgentPei.inf
CommitLineData
b422b62c 1## @file\r
2# Initialized Debug Agent in PEI phase.\r
3#\r
77695f4d 4# This PEIM will invoke Debug Agent Library to initialize the debug agent in\r
b422b62c 5# whole PEI phase.\r
6#\r
77695f4d 7# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
85f7e110 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b422b62c 9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = DebugAgentPei\r
4e363936 15 MODULE_UNI_FILE = DebugAgentPei.uni\r
b422b62c 16 FILE_GUID = D9D114EF-F40B-4d48-AAA0-A3DC99C9F5BD\r
17 MODULE_TYPE = PEIM\r
77695f4d 18 VERSION_STRING = 1.0\r
b422b62c 19 ENTRY_POINT = DebugAgentPeiInitialize\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 DebugAgentPei.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 PeimEntryPoint\r
36 DebugAgentLib\r
37\r
38[Depex]\r
39 TRUE\r
4e363936
LG
40\r
41[UserExtensions.TianoCore."ExtraFiles"]\r
42 DebugAgentPeiExtra.uni\r