OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLib
Utilize SerializeVariablesLib to simplify this library's implementation. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11286 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## @file
|
||||
# NvVarsFileLib
|
||||
#
|
||||
# This kibrary saves and restores non-volatile variables in a
|
||||
# This library saves and restores non-volatile variables in a
|
||||
# file within a file system.
|
||||
#
|
||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
@@ -33,7 +33,6 @@
|
||||
[Sources]
|
||||
FsAccess.c
|
||||
NvVarsFileLib.c
|
||||
VarBuffer.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
@@ -47,6 +46,7 @@
|
||||
DebugLib
|
||||
FileHandleLib
|
||||
MemoryAllocationLib
|
||||
SerializeVariablesLib
|
||||
|
||||
[Protocols]
|
||||
gEfiSimpleFileSystemProtocolGuid ## CONSUMES
|
||||
|
Reference in New Issue
Block a user