]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[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
c0a00b14 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
78d6366d 12#\r
6bfbb5f0 13##\r
78d6366d 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LegacyRegionDxe\r
f9841f04 18 MODULE_UNI_FILE = LegacyRegionDxe.uni\r
78d6366d 19 FILE_GUID = 8C439043-85CA-467a-96F1-CB14F4D0DCDA\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = LegacyRegionInstall\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
64bbf1de 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
78d6366d 28#\r
29\r
30[Sources]\r
31 LegacyRegion.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
43 gEfiLegacyRegionProtocolGuid ## PRODUCES\r
44\r
45[Depex]\r
46 TRUE\r
f9841f04
SZ
47\r
48[UserExtensions.TianoCore."ExtraFiles"]\r
49 LegacyRegionDxeExtra.uni\r