]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf
Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have...
[mirror_edk2.git] / ArmPkg / Drivers / DebugSupportDxe / DebugSupportDxe.inf
1 #/** @file
2 #
3 # DXE CPU driver
4 #
5 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
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 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ArmDebugSupportDxe
19 FILE_GUID = 2e7c151b-cbd8-4df6-a0e3-cde660067c6a
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = DebugSupportDxeInitialize
24
25 [Sources.common]
26 DebugSupport.c
27
28 [Packages]
29 ArmPkg/ArmPkg.dec
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 BaseMemoryLib
34 CacheMaintenanceLib
35 UefiDriverEntryPoint
36 ArmLib
37
38 [Protocols]
39 gEfiCpuArchProtocolGuid
40 gEfiDebugSupportProtocolGuid
41 gTimerDebugSupportProtocolGuid
42
43 [Depex]
44 TRUE