]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - 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
1#/** @file\r
2# Component description file for DebugSupport module.\r
3#\r
4# This driver installs DebugSupport protocol for the selected processor.\r
5# Copyright (c) 2006 - 2008, Intel Corporation\r
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
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DebugSupportDxe\r
20 FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
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
31[Sources.common]\r
32 DebugSupport.c\r
33\r
34[Sources.Ia32]\r
35 Ia32/DebugSupport.h\r
36 Ia32/PlDebugSupport.c\r
37 Ia32/PlDebugSupport.h\r
38 Ia32/PlDebugSupportIa32.c\r
39 Ia32/AsmFuncs.S\r
40 Ia32/AsmFuncs.asm\r
41\r
42[Sources.X64]\r
43 Ia32/DebugSupport.h\r
44 Ia32/PlDebugSupport.c\r
45 X64/PlDebugSupport.h\r
46 X64/PlDebugSupportX64.c\r
47 X64/AsmFuncs.S\r
48 X64/AsmFuncs.asm\r
49\r
50[Sources.IPF]\r
51 Ipf/PlDebugSupport.h\r
52 Ipf/PlDebugSupport.c\r
53 Ipf/Ds64Macros.i\r
54 Ipf/Common.i\r
55 Ipf/AsmFuncs.s\r
56\r
57\r
58[Packages]\r
59 MdePkg/MdePkg.dec\r
60 MdeModulePkg/MdeModulePkg.dec\r
61\r
62\r
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
78[Protocols]\r
79 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
80 gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
81\r
82\r
83[FeaturePcd.IA32]\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
85\r
86\r
87[Depex]\r
88 TRUE\r
89\r