]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / VariablePei / VariablePei.inf
CommitLineData
7ba905c9 1#/** @file\r
4ee6846f 2# Component description file for PeiVariable module.\r
3# \r
4# This module will produce EFI_PEI_READ_ONLY_VARIABLE_PPI and EFI_PEI_READ_ONLY_VARIABLE2_PPI\r
5# Framework PEIM to provide the Variable functionality.\r
6# Copyright (c) 2006 - 2009, Intel Corporation\r
7ba905c9 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = PeiVariable\r
26 FILE_GUID = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B\r
27 MODULE_TYPE = PEIM\r
28 VERSION_STRING = 1.0\r
7ba905c9 29 EFI_SPECIFICATION_VERSION = 0x00020000\r
7ba905c9 30 ENTRY_POINT = PeimInitializeVariableServices\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37\r
38################################################################################\r
39#\r
40# Sources Section - list of files that are required for the build to succeed.\r
41#\r
42################################################################################\r
43\r
44[Sources.common]\r
7ba905c9 45 Variable.c\r
46 Variable.h\r
47\r
48[Sources.Ia32]\r
49 VariableWorker.c\r
50\r
51[Sources.X64]\r
52 VariableWorker.c\r
53\r
54[Sources.IPF]\r
55 Ipf/VariableWorker.c\r
56\r
57[Sources.EBC]\r
58 VariableWorker.c\r
59\r
60\r
61################################################################################\r
62#\r
63# Package Dependency Section - list of Package files that are required for\r
64# this module.\r
65#\r
66################################################################################\r
67\r
68[Packages]\r
69 MdeModulePkg/MdeModulePkg.dec\r
70 MdePkg/MdePkg.dec\r
71 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
72\r
73\r
74################################################################################\r
75#\r
76# Library Class Section - list of Library Classes that are required for\r
77# this module.\r
78#\r
79################################################################################\r
80\r
81[LibraryClasses]\r
82 BaseMemoryLib\r
83 PcdLib\r
84 HobLib\r
85 PeimEntryPoint\r
86 DebugLib\r
87\r
88\r
89################################################################################\r
90#\r
91# PPI C Name Section - list of PPI and PPI Notify C Names that this module\r
92# uses or produces.\r
93#\r
94################################################################################\r
95\r
96[Ppis]\r
97 gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_PRODUCED\r
98 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_PRODUCED\r
99\r
3709c4cd 100[Guids]\r
101 gEfiVariableGuid\r
102\r
7ba905c9 103################################################################################\r
104#\r
105# Pcd DYNAMIC - list of PCDs that this module is coded for.\r
106#\r
107################################################################################\r
108\r
b3af5df6 109[Pcd.common]\r
110 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
518d395c 111 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
7ba905c9 112\r
113[depex]\r
114 TRUE\r