X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FNvVarsFileLib%2FNvVarsFileLib.inf;h=dfead8bfd1289ca0ddd9c4cf5b3f0a31e489ed5e;hb=b043ebc2192a83a947a7c6e9f3611e880ffde34e;hp=41f0549abc32198faeb7178b180b9223b57237ef;hpb=50944545795641de735586d4803f8fc38b43874e;p=mirror_edk2.git diff --git a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf index 41f0549abc..dfead8bfd1 100644 --- a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf +++ b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf @@ -1,12 +1,12 @@ -#/** @file +## @file # NvVarsFileLib # # This kibrary saves and restores non-volatile variables in a # file within a file system. # -# Copyright (c) 2006 - 2009, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -14,7 +14,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -30,7 +30,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] FsAccess.c NvVarsFileLib.c VarBuffer.c