]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg RegularExpressionDxe: Remove unknown build option for XCODE
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
... / ...
CommitLineData
1## @file\r
2# This driver installs Debug Support protocol for the selected processor.\r
3#\r
4# This driver provides the capabilities for debug-agent to gain control of the machine\r
5# when certain types of events occur, i.e. breakpoint, processor execptions, etc. It also\r
6# provides debug-agent to periodically gain control during operation of the machine to\r
7# check for asynchronous commands form the host.\r
8#\r
9# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = DebugSupportDxe\r
24 MODULE_UNI_FILE = DebugSupportDxe.uni\r
25 FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = InitializeDebugSupportDriver\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 DebugSupport.c\r
38\r
39[Sources.Ia32]\r
40 Ia32/DebugSupport.h\r
41 Ia32/PlDebugSupport.c\r
42 Ia32/PlDebugSupport.h\r
43 Ia32/PlDebugSupportIa32.c\r
44 Ia32/AsmFuncs.nasm\r
45\r
46[Sources.X64]\r
47 Ia32/DebugSupport.h\r
48 Ia32/PlDebugSupport.c\r
49 X64/PlDebugSupport.h\r
50 X64/PlDebugSupportX64.c\r
51 X64/AsmFuncs.nasm\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56\r
57\r
58[LibraryClasses]\r
59 UefiBootServicesTableLib\r
60 MemoryAllocationLib\r
61 BaseMemoryLib\r
62 UefiDriverEntryPoint\r
63 DebugLib\r
64\r
65[LibraryClasses.IA32, LibraryClasses.X64]\r
66 BaseLib\r
67\r
68[Protocols]\r
69 gEfiLoadedImageProtocolGuid ## CONSUMES\r
70 gEfiDebugSupportProtocolGuid ## PRODUCES\r
71\r
72\r
73[Depex]\r
74 TRUE\r
75\r
76[UserExtensions.TianoCore."ExtraFiles"]\r
77 DebugSupportDxeExtra.uni\r