]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / VariablePei.inf
1 #/** @file
2 # Component description file for PeiVariable module.
3 #
4 # PEIM to provide the Variable functionality.
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PeiVariable
20 FILE_GUID = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 ENTRY_POINT = PeimInitializeVariableServices
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources.common]
32 Variable.c
33 Variable.h
34
35 [Sources.Ia32]
36 VariableWorker.c
37
38 [Sources.X64]
39 VariableWorker.c
40
41 [Sources.IPF]
42 Ipf/VariableWorker.c
43
44 [Sources.EBC]
45 VariableWorker.c
46
47 [Packages]
48 MdePkg/MdePkg.dec
49 MdeModulePkg/MdeModulePkg.dec
50
51 [LibraryClasses]
52 BaseMemoryLib
53 PcdLib
54 HobLib
55 PeimEntryPoint
56 DebugLib
57 PeiServicesTablePointerLib
58 PeiServicesLib
59
60 [Ppis]
61 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED
62
63 [Pcd.common]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
66
67 [Depex]
68 TRUE