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