]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableOnReadOnlyVariable2Thunk.inf
Update code to pass packaging tool.
[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
d490265c 11# This module can't be used together with ReadOnlyVariable2OnReadOnlyVariableThunk module.\r
4259256b 12#\r
d490265c
SZ
13#\r
14# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
4259256b 15#\r
584d5652 16# This program and the accompanying materials\r
4259256b 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
4259256b 32\r
33 ENTRY_POINT = PeimInitializeReadOnlyVariable\r
34\r
35#\r
36# The following information is for reference only and not required by the build tools.\r
37#\r
38# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
39#\r
40\r
6bfbb5f0 41[Sources]\r
5c6926d4 42 ReadOnlyVariableOnReadOnlyVariable2Thunk.c\r
4259256b 43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
cd66067c 46 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
4259256b 47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49[LibraryClasses]\r
50 PeimEntryPoint\r
4259256b 51 DebugLib\r
c8eb679c 52 PeiServicesLib\r
4259256b 53\r
54[Ppis]\r
55 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
56 gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_PRODUCED\r
57\r
58[Depex]\r
59 gEfiPeiReadOnlyVariable2PpiGuid\r