]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/FSVariable/FSVariable.inf
IntelFsp2Pkg: Removing FSP Data Table
[mirror_edk2.git] / DuetPkg / FSVariable / FSVariable.inf
index e16f84b5f16a849516a0babd14df0cbe6709dea2..ad9037a8582aadfa5de394679ff632983b5e7217 100644 (file)
@@ -1,7 +1,13 @@
 ## @file\r
 #\r
-# Copyright (c) 2006 - 2010 Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+# Caution: This file is used for Duet platform only, do not use them in real platform.\r
+# All variable code, variable metadata, and variable data used by Duet platform are on \r
+# disk. They can be changed by user. BIOS is not able to protoect those.\r
+# Duet trusts all meta data from disk. If variable code, variable metadata and variable\r
+# data is modified in inproper way, the behavior is undefined.\r
+#\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
@@ -25,8 +31,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
@@ -53,6 +57,7 @@
   DxeServicesTableLib\r
   DevicePathLib\r
   UefiDriverEntryPoint\r
+  MemoryAllocationLib\r
 \r
 [Guids]\r
   gEfiFlashMapHobGuid\r