]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[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 - 2007, 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 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 ENTRY_POINT = InitializeDebugSupportDriver
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF
32 #
33
34 [Sources.common]
35 DebugSupport.c
36
37 [Sources.Ia32]
38 Ia32/plDebugSupport.c
39 Ia32/plDebugSupport.h
40 Ia32/AsmFuncs.S
41 Ia32/AsmFuncs.asm
42
43 [Sources.X64]
44 x64/plDebugSupport.c
45 x64/plDebugSupport.h
46 x64/AsmFuncs.S
47 x64/AsmFuncs.asm
48
49 [Sources.IPF]
50 ipf/plDebugSupport.h
51 ipf/plDebugSupport.c
52 ipf/Ds64Macros.i
53 ipf/common.i
54 ipf/AsmFuncs.s
55
56
57 [Packages]
58 MdePkg/MdePkg.dec
59 MdeModulePkg/MdeModulePkg.dec
60
61
62 [LibraryClasses]
63 UefiBootServicesTableLib
64 MemoryAllocationLib
65 BaseMemoryLib
66 UefiDriverEntryPoint
67 DebugLib
68
69 [LibraryClasses.IA32]
70 PcdLib
71 BaseLib
72
73 [LibraryClasses.X64]
74 BaseLib
75
76
77 [Protocols]
78 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
79 gEfiDebugSupportProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
80
81
82 [FeaturePcd.IA32]
83 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable
84
85
86 [Depex]
87 TRUE
88