]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
Enhance inf and dec file to follow specs.
[mirror_edk2.git] / MdeModulePkg / Universal / LegacyRegion2Dxe / LegacyRegion2Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
2719803b 2# Produces the Legacy Region 2 Protocol.\r
3#\r
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
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
63971079 14# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 15# This program and the accompanying materials\r
2719803b 16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19# \r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
6bfbb5f0 23##\r
2719803b 24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = LegacyRegion2Dxe\r
28 FILE_GUID = EC2BEECA-E84A-445B-869B-F7A73C96F58A\r
29 MODULE_TYPE = DXE_DRIVER\r
63971079 30 VERSION_STRING = 1.0 \r
2719803b 31 ENTRY_POINT = LegacyRegion2Install\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39[Sources]\r
40 LegacyRegion2.c\r
41 LegacyRegion2.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50 UefiBootServicesTableLib\r
51\r
52[Protocols]\r
53 gEfiLegacyRegion2ProtocolGuid ## PRODUCES\r
54\r
55[Depex]\r
56 TRUE\r