]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
1. delete Include/Guid/VariableInfo.h
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / VariablePei / VariablePei.inf
CommitLineData
7ba905c9 1#/** @file\r
2# Component description file for PeiVariable module.\r
f0e78fc9 3# This module will produce EFI_PEI_READ_ONLY_VARIABLE_PPI and EFI_PEI_READ_ONLY_VARIABLE2_PPI\r
7ba905c9 4#\r
5# Framework PEIM to provide the Variable functionality.\r
6# Copyright (c) 2006 - 2007, Intel Corporation\r
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
29 EDK_RELEASE_VERSION = 0x00020000\r
30 EFI_SPECIFICATION_VERSION = 0x00020000\r
31\r
32 ENTRY_POINT = PeimInitializeVariableServices\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
38#\r
39\r
40################################################################################\r
41#\r
42# Sources Section - list of files that are required for the build to succeed.\r
43#\r
44################################################################################\r
45\r
46[Sources.common]\r
7ba905c9 47 Variable.c\r
48 Variable.h\r
49\r
50[Sources.Ia32]\r
51 VariableWorker.c\r
52\r
53[Sources.X64]\r
54 VariableWorker.c\r
55\r
56[Sources.IPF]\r
57 Ipf/VariableWorker.c\r
58\r
59[Sources.EBC]\r
60 VariableWorker.c\r
61\r
62\r
63################################################################################\r
64#\r
65# Package Dependency Section - list of Package files that are required for\r
66# this module.\r
67#\r
68################################################################################\r
69\r
70[Packages]\r
71 MdeModulePkg/MdeModulePkg.dec\r
72 MdePkg/MdePkg.dec\r
73 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
74\r
75\r
76################################################################################\r
77#\r
78# Library Class Section - list of Library Classes that are required for\r
79# this module.\r
80#\r
81################################################################################\r
82\r
83[LibraryClasses]\r
84 BaseMemoryLib\r
85 PcdLib\r
86 HobLib\r
87 PeimEntryPoint\r
88 DebugLib\r
89\r
90\r
91################################################################################\r
92#\r
93# PPI C Name Section - list of PPI and PPI Notify C Names that this module\r
94# uses or produces.\r
95#\r
96################################################################################\r
97\r
98[Ppis]\r
99 gEfiPeiReadOnlyVariablePpiGuid # PPI ALWAYS_PRODUCED\r
100 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_PRODUCED\r
101\r
3709c4cd 102[Guids]\r
103 gEfiVariableGuid\r
104\r
7ba905c9 105################################################################################\r
106#\r
107# Pcd DYNAMIC - list of PCDs that this module is coded for.\r
108#\r
109################################################################################\r
110\r
b3af5df6 111[Pcd.common]\r
112 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
518d395c 113 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
7ba905c9 114\r
115[depex]\r
116 TRUE\r