]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / VariablePei.inf
CommitLineData
6bfbb5f0 1## @file\r
8d3a5c82 2#\r
02c57ded 3# Implement ReadOnly Variable Services required by PEIM and install\r
2d4117c0 4# PEI ReadOnly Varaiable2 PPI. These services operates the non-volatile storage space.\r
8d3a5c82 5#\r
e5eed7d3
HT
6# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8d3a5c82 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
02c57ded 11#\r
8d3a5c82 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
6bfbb5f0 15##\r
8d3a5c82 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiVariable\r
20 FILE_GUID = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
8d3a5c82 23 ENTRY_POINT = PeimInitializeVariableServices\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
8d3a5c82 32 Variable.c\r
33 Variable.h\r
34\r
8d3a5c82 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 PcdLib\r
42 HobLib\r
43 PeimEntryPoint\r
44 DebugLib\r
1e8bf441 45 PeiServicesTablePointerLib\r
33479ddf 46 PeiServicesLib\r
8d3a5c82 47\r
3709c4cd 48[Guids]\r
49 gEfiVariableGuid\r
50\r
8d3a5c82 51[Ppis]\r
964b4ecf 52 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_PRODUCES (Not for boot mode RECOVERY)\r
8d3a5c82 53\r
6bfbb5f0 54[Pcd]\r
e95e4b49 55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES\r
8d3a5c82 56\r
57[Depex]\r
58 TRUE\r
964b4ecf 59\r
60#\r
61# [BootMode]\r
62# RECOVERY ## CONSUMES\r
63#\r
64\r