]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf
This revision can only work with Intel(c) UDK Debugger Tool version 1.3 or greater...
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentPei / DebugAgentPei.inf
CommitLineData
b422b62c 1## @file\r
2# Initialized Debug Agent in PEI phase.\r
3#\r
4# This PEIM will invoke Debug Agent Library to initialize the debug agent in \r
5# whole PEI phase.\r
6#\r
7# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
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
21 FILE_GUID = D9D114EF-F40B-4d48-AAA0-A3DC99C9F5BD\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0 \r
24 ENTRY_POINT = DebugAgentPeiInitialize\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 DebugAgentPei.c\r
34 \r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 PeimEntryPoint\r
41 DebugAgentLib\r
42\r
43[Depex]\r
44 TRUE\r