]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
Synchronize MdePkg/Library *.h files with c files
[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/PlDebugSupport.c
36 Ia32/PlDebugSupport.h
37 Ia32/AsmFuncs.S
38 Ia32/AsmFuncs.asm
39
40 [Sources.X64]
41 X64/PlDebugSupport.c
42 X64/PlDebugSupport.h
43 X64/AsmFuncs.S
44 X64/AsmFuncs.asm
45
46 [Sources.IPF]
47 Ipf/PlDebugSupport.h
48 Ipf/PlDebugSupport.c
49 Ipf/Ds64Macros.i
50 Ipf/Common.i
51 Ipf/AsmFuncs.s
52
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 MdeModulePkg/MdeModulePkg.dec
57
58
59 [LibraryClasses]
60 UefiBootServicesTableLib
61 MemoryAllocationLib
62 BaseMemoryLib
63 UefiDriverEntryPoint
64 DebugLib
65
66 [LibraryClasses.IA32]
67 PcdLib
68 BaseLib
69
70 [LibraryClasses.X64]
71 BaseLib
72
73
74 [Protocols]
75 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiDebugSupportProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
77
78
79 [FeaturePcd.IA32]
80 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable
81
82
83 [Depex]
84 TRUE
85