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