]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationMemoryInitPeiLib/ArmVirtualizationMemoryInitPeiLib.inf
MdeModulePkg/UfsPciHcDxe: Fix EBC build error
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Library / ArmVirtualizationMemoryInitPeiLib / ArmVirtualizationMemoryInitPeiLib.inf
CommitLineData
a1bcf5c3
AB
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
4# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\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 = ArmVirtMemoryInitPeiLib\r
18 FILE_GUID = 021b6156-3cc8-4e99-85ee-13d8a871edf2\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = MemoryInitPeiLib\r
22\r
23[Sources]\r
24 ArmVirtualizationMemoryInitPeiLib.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 ArmLib\r
37 ArmPlatformLib\r
e1d52990 38 CacheMaintenanceLib\r
a1bcf5c3
AB
39\r
40[Guids]\r
41 gEfiMemoryTypeInformationGuid\r
42\r
43[FeaturePcd]\r
44 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
45\r
46[FixedPcd]\r
47 gArmTokenSpaceGuid.PcdFdSize\r
48\r
49 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
50\r
51 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
54 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
55 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
56 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
59 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
60\r
61[Pcd]\r
62 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
63 gArmTokenSpaceGuid.PcdSystemMemorySize\r
64 gArmTokenSpaceGuid.PcdFdBaseAddress\r
65\r
66[Depex]\r
67 TRUE\r