]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvOnFv2Thunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FvOnFv2Thunk / FvOnFv2Thunk.inf
CommitLineData
6bfbb5f0 1## @file\r
0d694539 2# Module produce FV on top of FV2.\r
4259256b 3#\r
0d694539 4# UEFI PI specification supersedes Inte's Framework Specification.\r
5# EFI_FIRMWARE_VOLUME_PROTOCOL defined in Intel Framework Pkg is replaced by\r
6# EFI_FIRMWARE_VOLUME2_PROTOCOL in MdePkg.\r
7# This module produces FV on top of FV2. This module is used on platform when both of\r
8# these two conditions are true:\r
9# 1) Framework module consuming FV is present\r
10# 2) And the platform only produces FV2\r
11#\r
6bfbb5f0 12# Copyright (c) 2006 - 2010, Intel Corporation\r
4259256b 13#\r
14# All rights reserved. This program and the accompanying materials\r
15# are licensed and made available under the terms and conditions of the BSD License\r
16# which accompanies this distribution. The full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20#\r
21#\r
6bfbb5f0 22##\r
4259256b 23\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
f275c91c 26 BASE_NAME = FvOnFv2Thunk\r
4259256b 27 FILE_GUID = 5007A40E-A5E0-44f7-86AE-662F9A91DA26\r
28 MODULE_TYPE = DXE_DRIVER\r
29 VERSION_STRING = 1.0\r
30 EDK_RELEASE_VERSION = 0x00020000\r
31 EFI_SPECIFICATION_VERSION = 0x00020000\r
32 ENTRY_POINT = InitializeFirmwareVolume2\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
38#\r
39\r
6bfbb5f0 40[Sources]\r
f275c91c 41 FvOnFv2Thunk.c\r
4259256b 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiDriverEntryPoint\r
49 UefiBootServicesTableLib\r
50 BaseLib\r
51 DebugLib\r
52 UefiLib\r
53 MemoryAllocationLib\r
54\r
55[Protocols]\r
56 gEfiFirmwareVolume2ProtocolGuid\r
57 gEfiFirmwareVolumeProtocolGuid\r
58\r
59[Depex]\r
60 TRUE\r