]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
ArmPlatformPkg/EblCmdLib: Add the 'devicepaths' EBL command
[mirror_edk2.git] / ArmPlatformPkg / Library / EblCmdLib / EblCmdLib.inf
CommitLineData
1d5d0ae9 1#/** @file\r
2# \r
6a15908f 3# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
1d5d0ae9 4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = ArmVeEblCmdLib\r
18 FILE_GUID = 6085e1ca-0d2d-4ba4-9872-c59b36ffd6ad\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = EblCmdLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
22\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 EblCmdLib.c\r
32 EblCmdMmu.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 EmbeddedPkg/EmbeddedPkg.dec\r
38 ArmPkg/ArmPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 ArmLib\r
43 DebugLib\r
44 ArmDisassemblerLib\r
45 PerformanceLib\r
46 TimerLib\r
6a15908f 47 BdsLib\r
1d5d0ae9 48 \r
49[Protocols]\r
6a15908f 50 gEfiDebugSupportProtocolGuid\r
51 gEfiLoadedImageProtocolGuid\r
52 gEfiDevicePathToTextProtocolGuid\r
1d5d0ae9 53 \r
54[Guids]\r
6a15908f 55 gEfiDebugImageInfoTableGuid\r