]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/HighMemDxe/HighMemDxe.inf
ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply memprotect policy
[mirror_edk2.git] / ArmVirtPkg / HighMemDxe / HighMemDxe.inf
... / ...
CommitLineData
1## @file\r
2# High memory node enumeration DXE driver for ARM Virtual Machines\r
3#\r
4# Copyright (c) 2015-2016, Linaro Ltd. All rights reserved.\r
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
33 ArmVirtPkg/ArmVirtPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 DebugLib\r
38 DxeServicesTableLib\r
39 PcdLib\r
40 UefiBootServicesTableLib\r
41 UefiDriverEntryPoint\r
42\r
43[Protocols]\r
44 gEfiCpuArchProtocolGuid ## CONSUMES\r
45 gFdtClientProtocolGuid ## CONSUMES\r
46\r
47[Pcd]\r
48 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
49 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy\r
50\r
51[Depex]\r
52 gEfiCpuArchProtocolGuid AND gFdtClientProtocolGuid\r