]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
202033 make .h more clear, seperate ComponentName.h IScsiInitiatorName.h from IScsiDr...
[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
c1f23d63 23 ENTRY_POINT = InitializeDebugSupportDriver\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF\r
29#\r
30\r
c1f23d63 31[Sources.common]\r
32 DebugSupport.c\r
33\r
34[Sources.Ia32]\r
6e8a984e 35 Ia32/DebugSupport.h\r
e9f9d09a 36 Ia32/PlDebugSupport.c\r
37 Ia32/PlDebugSupport.h\r
6e8a984e 38 Ia32/PlDebugSupportIa32.c\r
c1f23d63 39 Ia32/AsmFuncs.S\r
40 Ia32/AsmFuncs.asm\r
41\r
42[Sources.X64]\r
6e8a984e 43 Ia32/DebugSupport.h\r
44 Ia32/PlDebugSupport.c\r
e9f9d09a 45 X64/PlDebugSupport.h\r
6e8a984e 46 X64/PlDebugSupportX64.c\r
49eb07e4 47 X64/AsmFuncs.S\r
48 X64/AsmFuncs.asm\r
c1f23d63 49\r
50[Sources.IPF]\r
e9f9d09a 51 Ipf/PlDebugSupport.h\r
52 Ipf/PlDebugSupport.c\r
49eb07e4 53 Ipf/Ds64Macros.i\r
e9f9d09a 54 Ipf/Common.i\r
49eb07e4 55 Ipf/AsmFuncs.s\r
c1f23d63 56\r
57\r
c1f23d63 58[Packages]\r
59 MdePkg/MdePkg.dec\r
60 MdeModulePkg/MdeModulePkg.dec\r
61\r
62\r
c1f23d63 63[LibraryClasses]\r
64 UefiBootServicesTableLib\r
65 MemoryAllocationLib\r
66 BaseMemoryLib\r
67 UefiDriverEntryPoint\r
68 DebugLib\r
69\r
70[LibraryClasses.IA32]\r
71 PcdLib\r
72 BaseLib\r
73\r
74[LibraryClasses.X64]\r
75 BaseLib\r
76\r
77\r
c1f23d63 78[Protocols]\r
79 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
c84507ab 80 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
c1f23d63 81\r
82\r
b3af5df6 83[FeaturePcd.IA32]\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
c1f23d63 85\r
86\r
c1f23d63 87[Depex]\r
88 TRUE\r
89\r