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[Sources.AARCH64]
38  AArch64/EblCmdMmu.c
39
40[Packages]
41  MdePkg/MdePkg.dec
42  MdeModulePkg/MdeModulePkg.dec
43  EmbeddedPkg/EmbeddedPkg.dec
44  ArmPkg/ArmPkg.dec
45  ArmPlatformPkg/ArmPlatformPkg.dec
46
47[LibraryClasses]
48  BaseLib
49  ArmLib
50  DebugLib
51  ArmDisassemblerLib
52  PerformanceLib
53  TimerLib
54  BdsLib
55  FdtLib
56
57[Protocols]
58  gEfiDebugSupportProtocolGuid
59  gEfiLoadedImageProtocolGuid
60  gEfiDevicePathToTextProtocolGuid
61
62[Guids]
63  gEfiDebugImageInfoTableGuid
64  gFdtTableGuid
65