]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / LegacyRegionDxe / LegacyRegionDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
f9841f04 2# Produces Framework Legacy Region Protocol.\r
78d6366d 3#\r
0a6f4824
LG
4# This generic implementation of the Legacy Region Protocol does not actually\r
5# perform any lock/unlock operations. This module may be used on platforms\r
6# that do not provide HW locking of the legacy memory regions. It can also\r
78d6366d 7# be used as a template driver for implementing the Legacy Region Protocol on\r
8# a platform that does support HW locking of the legacy memory regions.\r
9#\r
0a6f4824 10# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
180a5a35 11# This program and the accompanying materials\r
78d6366d 12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
0a6f4824 15#\r
78d6366d 16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
6bfbb5f0 19##\r
78d6366d 20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = LegacyRegionDxe\r
f9841f04 24 MODULE_UNI_FILE = LegacyRegionDxe.uni\r
78d6366d 25 FILE_GUID = 8C439043-85CA-467a-96F1-CB14F4D0DCDA\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = LegacyRegionInstall\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
64bbf1de 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
78d6366d 34#\r
35\r
36[Sources]\r
37 LegacyRegion.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 DebugLib\r
46 UefiBootServicesTableLib\r
47\r
48[Protocols]\r
49 gEfiLegacyRegionProtocolGuid ## PRODUCES\r
50\r
51[Depex]\r
52 TRUE\r
f9841f04
SZ
53\r
54[UserExtensions.TianoCore."ExtraFiles"]\r
55 LegacyRegionDxeExtra.uni\r