]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2OnReadOnlyVariableThunk.inf
34ddcb3f1ab1dedf4c3f40af28399325ed960976
[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 - 2010, Intel Corporation. All rights reserved.<BR>
17 #
18 # 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
35 ENTRY_POINT = PeimInitializeReadOnlyVariable2
36
37 #
38 # The following information is for reference only and not required by the build tools.
39 #
40 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
41 #
42
43 [Sources]
44 ReadOnlyVariable2OnReadOnlyVariableThunk.c
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
49 IntelFrameworkPkg/IntelFrameworkPkg.dec
50
51 [LibraryClasses]
52 PeimEntryPoint
53 PeiServicesLib
54 PeiServicesTablePointerLib
55 DebugLib
56
57 [Ppis]
58 gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_CONSUMED
59 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_PRODUCED
60
61 [Depex]
62 gEfiPeiReadOnlyVariablePpiGuid