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