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