]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / LegacyRegion2Dxe / LegacyRegion2Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
2719803b 2# Produces the Legacy Region 2 Protocol.\r
3#\r
d1102dba
LG
4# This generic implementation of the Legacy Region 2 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
2719803b 7# be used as a template driver for implementing the Legacy Region 2 Protocol on\r
8# a platform that does support HW locking of the legacy memory regions.\r
9#\r
2c4297cf 10# Note: This module does not fully comply with PI Specification of Legacy Region 2\r
11# Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's\r
12# attributes were not actually modified.\r
13#\r
d1102dba 14# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 15# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2719803b 16#\r
6bfbb5f0 17##\r
2719803b 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = LegacyRegion2Dxe\r
6036e94d 22 MODULE_UNI_FILE = LegacyRegion2Dxe.uni\r
2719803b 23 FILE_GUID = EC2BEECA-E84A-445B-869B-F7A73C96F58A\r
24 MODULE_TYPE = DXE_DRIVER\r
d1102dba 25 VERSION_STRING = 1.0\r
2719803b 26 ENTRY_POINT = LegacyRegion2Install\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
2719803b 32#\r
33\r
34[Sources]\r
35 LegacyRegion2.c\r
36 LegacyRegion2.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiLegacyRegion2ProtocolGuid ## PRODUCES\r
49\r
50[Depex]\r
51 TRUE\r
6036e94d
SZ
52\r
53[UserExtensions.TianoCore."ExtraFiles"]\r
54 LegacyRegion2DxeExtra.uni\r