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