]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2OnFvThunk.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Fv2OnFvThunk / Fv2OnFvThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
3e5b4527 2# Module produce FV2 on top of FV.\r
3#\r
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 FV2 on top of FV. This module is used on platform when both of\r
8# these two conditions are true:\r
9# 1) Framework module producing FV is present\r
10# 2) And the rest of modules on the platform consume FV2\r
4259256b 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 = Fv2OnFvThunk\r
4259256b 27 FILE_GUID = D8A6F4A6-0E97-4a8b-A475-39F1B28B5AEC\r
28 MODULE_TYPE = DXE_DRIVER\r
29 VERSION_STRING = 1.0\r
4259256b 30 ENTRY_POINT = InitializeFirmwareVolume\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37\r
6bfbb5f0 38[Sources]\r
f275c91c 39 Fv2OnFvThunk.c\r
4259256b 40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
48 BaseLib\r
49 DebugLib\r
50 UefiLib\r
51 MemoryAllocationLib\r
52\r
53[Protocols]\r
54 gEfiFirmwareVolume2ProtocolGuid\r
55 gEfiFirmwareVolumeProtocolGuid\r
56\r
57[Depex]\r
58 TRUE\r