]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableOnReadOnlyVariable2Thunk.inf
MdeModulePkg/SdMmcPciHcDxe: Execute card detect only for RemovableSlot
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / ReadOnlyVariableOnReadOnlyVariable2Thunk / ReadOnlyVariableOnReadOnlyVariable2Thunk.inf
... / ...
CommitLineData
1## @file\r
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
11# This module can't be used together with ReadOnlyVariable2OnReadOnlyVariableThunk module.\r
12#\r
13#\r
14# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
15#\r
16# This program and the accompanying materials\r
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
24##\r
25\r
26[Defines]\r
27 INF_VERSION = 0x00010005\r
28 BASE_NAME = ReadOnlyVariableOnReadOnlyVariable2Thunk\r
29 FILE_GUID = 0FDB764B-E669-4c69-83AC-5EDD99A2711E\r
30 MODULE_TYPE = PEIM\r
31 VERSION_STRING = 1.0\r
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
41[Sources]\r
42 ReadOnlyVariableOnReadOnlyVariable2Thunk.c\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49[LibraryClasses]\r
50 PeimEntryPoint\r
51 DebugLib\r
52 PeiServicesLib\r
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