]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableOnReadOnlyVariable2Thunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / ReadOnlyVariableOnReadOnlyVariable2Thunk / ReadOnlyVariableOnReadOnlyVariable2Thunk.inf
CommitLineData
6bfbb5f0 1## @file\r
ec3d17dc 2# Module produce EFI_PEI_READ_ONLY_VARIABLE_PPI on top of EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
3#\r
4# UEFI PI Spec supersedes Intel's Framework Specs. \r
5# EFI_PEI_READ_ONLY_VARIABLE_PPI defined in Intel Framework Pkg is replaced by EFI_PEI_READ_ONLY_VARIABLE2_PPI\r
6# in MdePkg.\r
7# This module produces EFI_PEI_READ_ONLY_VARIABLE_PPI on top of EFI_PEI_READ_ONLY_VARIABLE2_PPI. \r
8# This module is used on platform when both of these two conditions are true:\r
9# 1) Framework module consumes EFI_PEI_READ_ONLY_VARIABLE_PPI is present.\r
10# 2) The platform has a PI module that only produces EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
c8eb679c 11# This module can't be used together with ReadOnlyVariable2ToReadOnlyVariableThunk module.\r
12\r
4259256b 13#\r
6bfbb5f0 14# Copyright (c) 2006 - 2010, Intel Corporation\r
4259256b 15#\r
16# All rights reserved. This program and the accompanying materials\r
17# are licensed and made available under the terms and conditions of the BSD License\r
18# which accompanies this distribution. The full text of the license may be found at\r
19# http://opensource.org/licenses/bsd-license.php\r
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
23#\r
6bfbb5f0 24##\r
4259256b 25\r
26[Defines]\r
27 INF_VERSION = 0x00010005\r
5c6926d4 28 BASE_NAME = ReadOnlyVariableOnReadOnlyVariable2Thunk\r
4259256b 29 FILE_GUID = 0FDB764B-E669-4c69-83AC-5EDD99A2711E\r
30 MODULE_TYPE = PEIM\r
31 VERSION_STRING = 1.0\r
32 EDK_RELEASE_VERSION = 0x00020000\r
33 EFI_SPECIFICATION_VERSION = 0x00020000\r
34\r
35 ENTRY_POINT = PeimInitializeReadOnlyVariable\r
36\r
37#\r
38# The following information is for reference only and not required by the build tools.\r
39#\r
40# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
41#\r
42\r
6bfbb5f0 43[Sources]\r
5c6926d4 44 ReadOnlyVariableOnReadOnlyVariable2Thunk.c\r
4259256b 45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
cd66067c 48 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
4259256b 49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
50\r
51[LibraryClasses]\r
52 PeimEntryPoint\r
4259256b 53 DebugLib\r
c8eb679c 54 PeiServicesLib\r
4259256b 55\r
56[Ppis]\r
57 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
58 gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_PRODUCED\r
59\r
60[Depex]\r
61 gEfiPeiReadOnlyVariable2PpiGuid\r