]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PropertiesTableAttributesDxe/PropertiesTableAttributesDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / PropertiesTableAttributesDxe / PropertiesTableAttributesDxe.inf
CommitLineData
03d486b2 1## @file\r
03d486b2
JY
2# This module sets default policy for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType.\r
3#\r
4# This module sets EFI_MEMORY_XP for attributes of EfiACPIMemoryNVS and EfiReservedMemoryType\r
5# in UEFI memory map, if and only of PropertiesTable is published and has BIT0 set.\r
6#\r
de005223 7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
03d486b2
JY
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PropertiesTableAttributesDxe\r
22 MODULE_UNI_FILE = PropertiesTableAttributesDxe.uni\r
23 FILE_GUID = AA48FBB2-9F87-4DFD-B416-575938F0C8F4\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = InitializePropertiesTableAttributesDxe\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
de005223 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
03d486b2
JY
32#\r
33\r
34[Sources]\r
35 PropertiesTableAttributesDxe.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 UefiBootServicesTableLib\r
43 DxeServicesTableLib\r
44 DebugLib\r
45 UefiLib\r
46 MemoryAllocationLib\r
47\r
48[Guids]\r
49 gEfiEventReadyToBootGuid ## CONSUMES ## Event\r
50 gEfiPropertiesTableGuid ## CONSUMES ## SystemTable\r
51\r
52[Depex]\r
53 TRUE\r
54\r
55[UserExtensions.TianoCore."ExtraFiles"]\r
56 PropertiesTableAttributesDxeExtra.uni\r