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