4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync Provides functions to save and restore NV variables in a file.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync This program and the accompanying materials
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync are licensed and made available under the terms and conditions of the BSD License
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync which accompanies this distribution. The full text of the license may be found at
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync Attempts to connect the NvVarsFileLib to the specified file system.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync @param[in] FsHandle - Handle for a gEfiSimpleFileSystemProtocolGuid instance
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync @return The EFI_STATUS while attempting to connect the NvVarsFileLib
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync to the file system instance.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync @retval EFI_SUCCESS - The given file system was connected successfully
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync Update non-volatile variables stored on the file system.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync @return The EFI_STATUS while attempting to update the variable on
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync the connected file system.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync @retval EFI_SUCCESS - The non-volatile variables were saved to the disk
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync @retval EFI_NOT_STARTED - A file system has not been connected