]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/FSVariable/FSVariable.inf
3fbce650c76a3d99139d1998e902f8482d8e9e1c
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
1 #/*++
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 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30 ENTRY_POINT = VariableServiceInitialize
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 DuetPkg/DuetPkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37 [Sources.common]
38 FSVariable.h
39 VariableStorage.h
40 FSVariable.c
41 FileStorage.c
42 MemStorage.c
43
44 [LibraryClasses.common]
45 PcdLib
46 BaseMemoryLib
47 BaseLib
48 UefiBootServicesTableLib
49 UefiRuntimeLib
50 DebugLib
51 UefiLib
52 HobLib
53 DxeServicesTableLib
54 DevicePathLib
55 UefiDriverEntryPoint
56
57 [Guids]
58 gEfiFlashMapHobGuid
59 gEfiVariableGuid
60 gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid
61
62 [Protocols]
63 gEfiVariableArchProtocolGuid
64 gEfiVariableWriteArchProtocolGuid
65 gEfiSimpleFileSystemProtocolGuid
66 gEfiBlockIoProtocolGuid
67
68 [Pcd]
69 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
70 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
71 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
72 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize
73
74 [Depex]
75 TRUE