]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/HighMemDxe/HighMemDxe.inf
ArmVirtPkg/HighMemDxe: check new regions against GCD memory space map
[mirror_edk2.git] / ArmVirtPkg / HighMemDxe / HighMemDxe.inf
CommitLineData
68312710
SZ
1## @file\r
2# High memory node enumeration DXE driver for ARM Virtual Machines\r
3#\r
490acf89 4# Copyright (c) 2015-2016, Linaro Ltd. All rights reserved.\r
68312710
SZ
5#\r
6# This program and the accompanying materials are licensed and made available\r
7# under the terms and conditions of the BSD License which accompanies this\r
8# 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\r
13# IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = HighMemDxe\r
20 FILE_GUID = 63EA1463-FBFA-428A-B97F-E222755852D7\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeHighMemDxe\r
25\r
26[Sources]\r
27 HighMemDxe.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 ArmPkg/ArmPkg.dec\r
68312710 33 ArmVirtPkg/ArmVirtPkg.dec\r
68312710
SZ
34\r
35[LibraryClasses]\r
36 BaseLib\r
490acf89
AB
37 DebugLib\r
38 DxeServicesTableLib\r
68312710 39 PcdLib\r
490acf89 40 UefiBootServicesTableLib\r
68312710 41 UefiDriverEntryPoint\r
68312710 42\r
490acf89 43[Protocols]\r
60bd1e12 44 gEfiCpuArchProtocolGuid ## CONSUMES\r
490acf89 45 gFdtClientProtocolGuid ## CONSUMES\r
68312710 46\r
cb9f629e 47[Pcd]\r
413edd47 48 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy\r
68312710
SZ
49\r
50[Depex]\r
490acf89 51 gEfiCpuArchProtocolGuid AND gFdtClientProtocolGuid\r