]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
Renamed remotely
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
CommitLineData
c1f23d63 1#/** @file\r
2# Component description file for DebugSupport module.\r
3#\r
4# This driver installs DebugSupport protocol for the selected processor.\r
49eb07e4 5# Copyright (c) 2006 - 2008, Intel Corporation\r
c1f23d63 6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
c1f23d63 17[Defines]\r
18 INF_VERSION = 0x00010005\r
53c71d09 19 BASE_NAME = DebugSupportDxe\r
c1f23d63 20 FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializeDebugSupportDriver\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF\r
32#\r
33\r
c1f23d63 34[Sources.common]\r
35 DebugSupport.c\r
36\r
37[Sources.Ia32]\r
38 Ia32/plDebugSupport.c\r
39 Ia32/plDebugSupport.h\r
40 Ia32/AsmFuncs.S\r
41 Ia32/AsmFuncs.asm\r
42\r
43[Sources.X64]\r
49eb07e4 44 X64/plDebugSupport.c\r
45 X64/plDebugSupport.h\r
46 X64/AsmFuncs.S\r
47 X64/AsmFuncs.asm\r
c1f23d63 48\r
49[Sources.IPF]\r
49eb07e4 50 Ipf/plDebugSupport.h\r
51 Ipf/plDebugSupport.c\r
52 Ipf/Ds64Macros.i\r
53 Ipf/common.i\r
54 Ipf/AsmFuncs.s\r
c1f23d63 55\r
56\r
c1f23d63 57[Packages]\r
58 MdePkg/MdePkg.dec\r
59 MdeModulePkg/MdeModulePkg.dec\r
60\r
61\r
c1f23d63 62[LibraryClasses]\r
63 UefiBootServicesTableLib\r
64 MemoryAllocationLib\r
65 BaseMemoryLib\r
66 UefiDriverEntryPoint\r
67 DebugLib\r
68\r
69[LibraryClasses.IA32]\r
70 PcdLib\r
71 BaseLib\r
72\r
73[LibraryClasses.X64]\r
74 BaseLib\r
75\r
76\r
c1f23d63 77[Protocols]\r
78 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
79 gEfiDebugSupportProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
80\r
81\r
b3af5df6 82[FeaturePcd.IA32]\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
c1f23d63 84\r
85\r
c1f23d63 86[Depex]\r
87 TRUE\r
88\r