]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf
SourceLevelDebugPkg: Clean up source files
[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
b422b62c 8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DebugAgentPei\r
4e363936 21 MODULE_UNI_FILE = DebugAgentPei.uni\r
b422b62c 22 FILE_GUID = D9D114EF-F40B-4d48-AAA0-A3DC99C9F5BD\r
23 MODULE_TYPE = PEIM\r
77695f4d 24 VERSION_STRING = 1.0\r
b422b62c 25 ENTRY_POINT = DebugAgentPeiInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 DebugAgentPei.c\r
77695f4d 35\r
b422b62c 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 PeimEntryPoint\r
42 DebugAgentLib\r
43\r
44[Depex]\r
45 TRUE\r
4e363936
LG
46\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 DebugAgentPeiExtra.uni\r