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