]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
38dfc795f7b9f5f0c6fe61ed7350faf68a51ccf2
[mirror_edk2.git] / OvmfPkg / Library / NvVarsFileLib / NvVarsFileLib.inf
1 ## @file
2 # NvVarsFileLib
3 #
4 # This library saves and restores non-volatile variables in a
5 # file within a file system.
6 #
7 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = NvVarsFileLib
22 FILE_GUID = 9172fe8b-9a36-40f8-bba5-5e57a44390bd
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = NvVarsFileLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_DRIVER
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 FsAccess.c
35 NvVarsFileLib.c
36 NvVarsFileLib.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 OvmfPkg/OvmfPkg.dec
42 ShellPkg/ShellPkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 BaseMemoryLib
47 DebugLib
48 FileHandleLib
49 MemoryAllocationLib
50 SerializeVariablesLib
51
52 [Protocols]
53 gEfiSimpleFileSystemProtocolGuid ## CONSUMES
54
55
56 [Guids]
57 gEfiFileInfoGuid
58
59 [Depex]
60 gEfiVariableWriteArchProtocolGuid
61