1#/** @file
2#
3#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution.  The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#
10#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13#**/
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = ArmPlatformPeiLib
18  FILE_GUID                      = 49d37060-70b5-11e0-aa2d-0002a5d5c51b
19  MODULE_TYPE                    = SEC
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = PlatformPeiLib
22
23[Sources]
24  PlatformPeiLib.c
25
26[Packages]
27  MdePkg/MdePkg.dec
28  MdeModulePkg/MdeModulePkg.dec
29  EmbeddedPkg/EmbeddedPkg.dec
30  ArmPkg/ArmPkg.dec
31  ArmPlatformPkg/ArmPlatformPkg.dec
32
33[LibraryClasses]
34  DebugLib
35  HobLib
36  ArmPlatformLib
37
38[Ppis]
39  gEfiPeiMasterBootModePpiGuid                  # PPI ALWAYS_PRODUCED
40  gEfiPeiBootInRecoveryModePpiGuid              # PPI SOMETIMES_PRODUCED
41
42[FixedPcd]
43  gArmTokenSpaceGuid.PcdFdBaseAddress
44  gArmTokenSpaceGuid.PcdFdSize
45
46  gArmTokenSpaceGuid.PcdFvBaseAddress
47  gArmTokenSpaceGuid.PcdFvSize
48
49  gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
50  gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
51
52[depex]
53  TRUE
54