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:
jljusten
2011-01-30 19:50:08 +00:00
parent b043ebc219
commit 59b1946970
4 changed files with 94 additions and 536 deletions

View File

@@ -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