]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PlatformPei/PlatformPeim.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / ArmPlatformPkg / PlatformPei / PlatformPeim.inf
CommitLineData
1d5d0ae9 1#/** @file\r
2#\r
d3971e17 3# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
f437141a 4# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
1d5d0ae9 5#\r
3402aac7
RC
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
1d5d0ae9 13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PlatformPei\r
19 FILE_GUID = 2ad0fc59-2314-4bf3-8633-13fa22a624a0\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = InitializePlatformPeim\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
d3971e17 28# VALID_ARCHITECTURES = IA32 X64 EBC ARM\r
1d5d0ae9 29#\r
30\r
31[Sources]\r
48835130 32 PlatformPeim.c\r
1d5d0ae9 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
e862cd50 36 MdeModulePkg/MdeModulePkg.dec\r
1d5d0ae9 37 EmbeddedPkg/EmbeddedPkg.dec\r
262a9b04 38 ArmPkg/ArmPkg.dec\r
a534d714 39 ArmPlatformPkg/ArmPlatformPkg.dec\r
1d5d0ae9 40\r
41[LibraryClasses]\r
42 PeimEntryPoint\r
43 DebugLib\r
44 HobLib\r
a534d714 45 ArmPlatformLib\r
e0a1413d 46 PlatformPeiLib\r
3909c4a1 47 PeiServicesLib\r
1d5d0ae9 48\r
49[Ppis]\r
50 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
51 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
52\r
53[FixedPcd]\r
f92b93c9 54 gArmTokenSpaceGuid.PcdFdBaseAddress\r
55 gArmTokenSpaceGuid.PcdFdSize\r
3402aac7 56\r
f92b93c9 57 gArmTokenSpaceGuid.PcdFvBaseAddress\r
58 gArmTokenSpaceGuid.PcdFvSize\r
3402aac7 59\r
1d5d0ae9 60 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
61 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
3402aac7 62\r
48835130 63[Depex]\r
1d5d0ae9 64 TRUE\r
3402aac7 65\r