]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
84f5577b066337e8248d0cbe29dce0586732019a
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / LegacyRegionDxe / LegacyRegionDxe.inf
1 ## @file
2 # Produces Framework Legacy Region Protocol.
3 #
4 # This generic implementation of the Legacy Region Protocol does not actually
5 # perform any lock/unlock operations. This module may be used on platforms
6 # that do not provide HW locking of the legacy memory regions. It can also
7 # be used as a template driver for implementing the Legacy Region Protocol on
8 # a platform that does support HW locking of the legacy memory regions.
9 #
10 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = LegacyRegionDxe
18 MODULE_UNI_FILE = LegacyRegionDxe.uni
19 FILE_GUID = 8C439043-85CA-467a-96F1-CB14F4D0DCDA
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = LegacyRegionInstall
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 LegacyRegion.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 IntelFrameworkPkg/IntelFrameworkPkg.dec
36
37 [LibraryClasses]
38 UefiDriverEntryPoint
39 DebugLib
40 UefiBootServicesTableLib
41
42 [Protocols]
43 gEfiLegacyRegionProtocolGuid ## PRODUCES
44
45 [Depex]
46 TRUE
47
48 [UserExtensions.TianoCore."ExtraFiles"]
49 LegacyRegionDxeExtra.uni