]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
1f4fa761ad2576193d5a5a2531a0544a15ae4e8b
[mirror_edk2.git] / MdeModulePkg / Universal / LegacyRegion2Dxe / LegacyRegion2Dxe.inf
1 ## @file
2 # Produces the Legacy Region 2 Protocol.
3 #
4 # This generic implementation of the Legacy Region 2 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 2 Protocol on
8 # a platform that does support HW locking of the legacy memory regions.
9 #
10 # Note: This module does not fully comply with PI Specification of Legacy Region 2
11 # Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's
12 # attributes were not actually modified.
13 #
14 # Copyright (c) 2009 - 2010, Intel Corporation
15 # All rights reserved. This program and the accompanying materials
16 # are licensed and made available under the terms and conditions of the BSD License
17 # which accompanies this distribution. The full text of the license may be found at
18 # http://opensource.org/licenses/bsd-license.php
19 #
20 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
22 #
23 ##
24
25 [Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = LegacyRegion2Dxe
28 FILE_GUID = EC2BEECA-E84A-445B-869B-F7A73C96F58A
29 MODULE_TYPE = DXE_DRIVER
30 ENTRY_POINT = LegacyRegion2Install
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
36 #
37
38 [Sources]
39 LegacyRegion2.c
40 LegacyRegion2.h
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 UefiDriverEntryPoint
48 DebugLib
49 UefiBootServicesTableLib
50
51 [Protocols]
52 gEfiLegacyRegion2ProtocolGuid ## PRODUCES
53
54 [Depex]
55 TRUE