]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/GdbStub/GdbStub.inf
2b54f0abef04bdd429b6115e2b179a78eca99edc
[mirror_edk2.git] / EmbeddedPkg / GdbStub / GdbStub.inf
1 #%HEADER%
2 #/** @file
3 # UEFI GDB stub
4 #
5 # This is a shell application that will display Hello World.
6 # Copyright (c) 2008, Apple, Inc.
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = GdbStub
26 FILE_GUID = 1F2CCB4F-D817-404E-98E7-80E4851FB33E
27 MODULE_TYPE = UEFI_DRIVER
28 VERSION_STRING = 1.0
29
30 ENTRY_POINT = GdbStubEntry
31
32 [Sources.common]
33 GdbStub.c
34 SerialIo.c
35
36 [Sources.ARM]
37 Arm/Processor.c
38
39 [Sources.IA32]
40 Ia32/Processor.c
41
42 [Sources.X64]
43 X64/Processor.c
44
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 EmbeddedPkg/EmbeddedPkg.dec
49
50 [LibraryClasses]
51 BaseLib
52 DebugLib
53 UefiLib
54 UefiDriverEntryPoint
55 UefiBootServicesTableLib
56 UefiRuntimeServicesTableLib
57 BaseMemoryLib
58 MemoryAllocationLib
59 DevicePathLib
60 PcdLib
61 GdbSerialLib
62 PrintLib
63 CacheMaintenanceLib
64
65
66 [Protocols]
67 gEfiDebugSupportProtocolGuid
68 gEfiDebugPortProtocolGuid
69 gEfiSerialIoProtocolGuid
70
71 [Guids]
72 gEfiDebugImageInfoTableGuid
73
74 [FeaturePcd.common]
75 gEmbeddedTokenSpaceGuid.PcdGdbSerial
76
77 [FixedPcd.common]
78 gEmbeddedTokenSpaceGuid.PcdGdbMaxPacketRetryCount