]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf
MdeModulePkg: Fixed memory corruption when BlockIo2 is not present
[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
584d5652 16# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
4259256b 17#\r
584d5652 18# This program and the accompanying materials\r
4259256b 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
4259256b 34\r
35 ENTRY_POINT = PeimInitializeReadOnlyVariable2\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 ReadOnlyVariable2OnReadOnlyVariableThunk.c\r
4259256b 45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
f73d6a72 48 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
4259256b 49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
50\r
51[LibraryClasses]\r
52 PeimEntryPoint\r
53 PeiServicesLib\r
54 PeiServicesTablePointerLib\r
55 DebugLib\r
56\r
57[Ppis]\r
58 gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_CONSUMED\r
59 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_PRODUCED\r
60\r
61[Depex]\r
62 gEfiPeiReadOnlyVariablePpiGuid\r