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