]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/FSVariable/FSVariable.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
index 52a805d0361625e613accd6a0390dc237f1c0f9c..cc392d118b8181849813279f7bfd54a7b3850f8a 100644 (file)
@@ -1,7 +1,7 @@
-#/*++\r
+## @file\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials                          \r
 # are licensed and made available under the terms and conditions of the BSD License         \r
 # which accompanies this distribution.  The full text of the license may be found at        \r
 # http://opensource.org/licenses/bsd-license.php                                            \r
@@ -17,7 +17,7 @@
 #\r
 #    Component description file for variable module\r
 #\r
-#--*/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -25,8 +25,6 @@
   FILE_GUID                      = A36495C1-C205-414e-B71F-4BE3476D699C\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
   ENTRY_POINT                    = VariableServiceInitialize\r
   \r
 [Packages]\r
   DuetPkg/DuetPkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
-[Sources.common]\r
+[Sources]\r
   FSVariable.h\r
   VariableStorage.h\r
   FSVariable.c\r
   FileStorage.c\r
   MemStorage.c\r
 \r
-[LibraryClasses.common]\r
+[LibraryClasses]\r
   PcdLib\r
   BaseMemoryLib\r
   BaseLib\r
   UefiDriverEntryPoint\r
 \r
 [Guids]\r
-  gEfiHobListGuid\r
   gEfiFlashMapHobGuid\r
-\r
+  gEfiVariableGuid\r
+  gEfiGlobalVariableGuid                        ## PRODUCES ## Variable Guid\r
+  \r
 [Protocols]\r
   gEfiVariableArchProtocolGuid\r
   gEfiVariableWriteArchProtocolGuid\r
@@ -67,6 +66,8 @@
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
 \r
 [Depex]\r
   TRUE\r