]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/LegacyRegion2OnLegacyRegionThunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / LegacyRegion2OnLegacyRegionThunk / LegacyRegion2OnLegacyRegionThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
650efd74 2# Implementation of Legacy Region 2 Protocol based on Framework Legacy Region Protocol.\r
3#\r
4# Intel's Framework Legacy Region Protocol is replaced by Legacy Region 2 Protocol in PI 1.2.\r
5# This module produces PI Legacy Region 2 Protocol on top of Framework Legacy Region Protocol.\r
6#\r
6bfbb5f0 7# Copyright (c) 2009 - 2010, Intel Corporation\r
650efd74 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
650efd74 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = LegacyRegion2OnLegacyRegionThunk\r
22 FILE_GUID = 5167FD5D-AAA2-4FE1-9D0D-5CFCAB36C14C\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = LegacyRegion2OnLegacyRegionThunkInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 LegacyRegion2OnLegacyRegionThunk.c\r
36 LegacyRegion2OnLegacyRegionThunk.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 DebugLib\r
46 UefiBootServicesTableLib\r
47\r
48[Protocols]\r
49 gEfiLegacyRegion2ProtocolGuid ## PRODUCES\r
50 gEfiLegacyRegionProtocolGuid ## CONSUMES\r
51\r
52[Depex]\r
53 gEfiLegacyRegionProtocolGuid\r