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