]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectory
[mirror_edk2.git] / ArmPlatformPkg / Library / EblCmdLib / EblCmdLib.inf
CommitLineData
1d5d0ae9 1#/** @file\r
2# \r
145292e4 3# Copyright (c) 2011-2012, 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
145292e4 17 BASE_NAME = ArmPlatformEblCmdLib\r
1d5d0ae9 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
145292e4 32 EblCmdFdt.c\r
1d5d0ae9 33\r
a9d7090f 34[Sources.ARM]\r
35 Arm/EblCmdMmu.c\r
36\r
1d5d0ae9 37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 EmbeddedPkg/EmbeddedPkg.dec\r
41 ArmPkg/ArmPkg.dec\r
145292e4 42 ArmPlatformPkg/ArmPlatformPkg.dec\r
1d5d0ae9 43\r
44[LibraryClasses]\r
45 BaseLib\r
46 ArmLib\r
47 DebugLib\r
48 ArmDisassemblerLib\r
49 PerformanceLib\r
50 TimerLib\r
6a15908f 51 BdsLib\r
145292e4 52 FdtLib\r
1d5d0ae9 53 \r
54[Protocols]\r
6a15908f 55 gEfiDebugSupportProtocolGuid\r
56 gEfiLoadedImageProtocolGuid\r
57 gEfiDevicePathToTextProtocolGuid\r
1d5d0ae9 58 \r
59[Guids]\r
6a15908f 60 gEfiDebugImageInfoTableGuid\r
145292e4 61\r
62[Pcd]\r
63 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath\r