VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf@ 80721

Last change on this file since 80721 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
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 - 2018, Intel Corporation. All rights reserved.<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11#
12##
13
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = NvVarsFileLib
17 FILE_GUID = 9172fe8b-9a36-40f8-bba5-5e57a44390bd
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NvVarsFileLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER
21
22#
23# The following information is for reference only and not required by the build tools.
24#
25# VALID_ARCHITECTURES = IA32 X64 EBC
26#
27
28[Sources]
29 FsAccess.c
30 NvVarsFileLib.c
31 NvVarsFileLib.h
32
33[Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 OvmfPkg/OvmfPkg.dec
37 ShellPkg/ShellPkg.dec
38
39[LibraryClasses]
40 BaseLib
41 BaseMemoryLib
42 DebugLib
43 FileHandleLib
44 MemoryAllocationLib
45 SerializeVariablesLib
46
47[Protocols]
48 gEfiSimpleFileSystemProtocolGuid ## CONSUMES
49
50
51[Guids]
52 gEfiFileInfoGuid
53
54[Depex]
55 gEfiVariableWriteArchProtocolGuid
56
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette