• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/** @file
2#
3#  Copyright (c) 2016 Linaro Ltd. 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#  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                      = ArmMmuPeiLib
18  FILE_GUID                      = b50d8d53-1ad1-44ea-9e69-8c89d4a6d08b
19  MODULE_TYPE                    = PEIM
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = ArmMmuLib|PEIM
22  CONSTRUCTOR                    = ArmMmuPeiLibConstructor
23
24[Sources.AARCH64]
25  AArch64/ArmMmuLibCore.c
26  AArch64/ArmMmuPeiLibConstructor.c
27  AArch64/ArmMmuLibReplaceEntry.S
28
29[Packages]
30  ArmPkg/ArmPkg.dec
31  EmbeddedPkg/EmbeddedPkg.dec
32  MdePkg/MdePkg.dec
33
34[LibraryClasses]
35  ArmLib
36  CacheMaintenanceLib
37  MemoryAllocationLib
38
39[Pcd.AARCH64]
40  gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
41