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