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