X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FFSVariable%2FFSVariable.inf;h=cc392d118b8181849813279f7bfd54a7b3850f8a;hp=52a805d0361625e613accd6a0390dc237f1c0f9c;hb=b1f700a8593435e2bdc8f9b3dc21bced4774c80f;hpb=e5653d946d3e9ade00365950826268a9d4afdf91 diff --git a/DuetPkg/FSVariable/FSVariable.inf b/DuetPkg/FSVariable/FSVariable.inf index 52a805d036..cc392d118b 100644 --- a/DuetPkg/FSVariable/FSVariable.inf +++ b/DuetPkg/FSVariable/FSVariable.inf @@ -1,7 +1,7 @@ -#/*++ +## @file # -# Copyright (c) 2006 - 2007, Intel Corporation -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+# 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 @@ -17,7 +17,7 @@ # # Component description file for variable module # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -25,8 +25,6 @@ FILE_GUID = A36495C1-C205-414e-B71F-4BE3476D699C MODULE_TYPE = DXE_RUNTIME_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = VariableServiceInitialize [Packages] @@ -34,14 +32,14 @@ DuetPkg/DuetPkg.dec MdeModulePkg/MdeModulePkg.dec -[Sources.common] +[Sources] FSVariable.h VariableStorage.h FSVariable.c FileStorage.c MemStorage.c -[LibraryClasses.common] +[LibraryClasses] PcdLib BaseMemoryLib BaseLib @@ -55,9 +53,10 @@ UefiDriverEntryPoint [Guids] - gEfiHobListGuid gEfiFlashMapHobGuid - + gEfiVariableGuid + gEfiGlobalVariableGuid ## PRODUCES ## Variable Guid + [Protocols] gEfiVariableArchProtocolGuid gEfiVariableWriteArchProtocolGuid @@ -67,6 +66,8 @@ [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize + gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize + gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize [Depex] TRUE