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