]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/FSVariable/FSVariable.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
1 ## @file
2 #
3 # Copyright (c) 2006 - 2010 Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 #
14 # FSVariable.inf
15 #
16 # Abstract:
17 #
18 # Component description file for variable module
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = FSVariable
25 FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C
26 MODULE_TYPE = DXE_RUNTIME_DRIVER
27 VERSION_STRING = 1.0
28 ENTRY_POINT = VariableServiceInitialize
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 DuetPkg/DuetPkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [Sources]
36 FSVariable.h
37 VariableStorage.h
38 FSVariable.c
39 FileStorage.c
40 MemStorage.c
41
42 [LibraryClasses]
43 PcdLib
44 BaseMemoryLib
45 BaseLib
46 UefiBootServicesTableLib
47 UefiRuntimeLib
48 DebugLib
49 UefiLib
50 HobLib
51 DxeServicesTableLib
52 DevicePathLib
53 UefiDriverEntryPoint
54
55 [Guids]
56 gEfiFlashMapHobGuid
57 gEfiVariableGuid
58 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid
59
60 [Protocols]
61 gEfiVariableArchProtocolGuid
62 gEfiVariableWriteArchProtocolGuid
63 gEfiSimpleFileSystemProtocolGuid
64 gEfiBlockIoProtocolGuid
65
66 [Pcd]
67 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
68 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
69 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
70 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize
71
72 [Depex]
73 TRUE