X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FFSVariable%2FFSVariable.inf;h=ad9037a8582aadfa5de394679ff632983b5e7217;hb=83a457840e6f903f87c1fc32c71aec26e498d2ab;hp=3fbce650c76a3d99139d1998e902f8482d8e9e1c;hpb=fa8a1af2eb4757a862e54295c1807d6ae77da4b3;p=mirror_edk2.git diff --git a/DuetPkg/FSVariable/FSVariable.inf b/DuetPkg/FSVariable/FSVariable.inf index 3fbce650c7..ad9037a858 100644 --- a/DuetPkg/FSVariable/FSVariable.inf +++ b/DuetPkg/FSVariable/FSVariable.inf @@ -1,7 +1,13 @@ -#/*++ +## @file # -# Copyright (c) 2006 - 2010 Intel Corporation -# All rights reserved. This program and the accompanying materials +# Caution: This file is used for Duet platform only, do not use them in real platform. +# All variable code, variable metadata, and variable data used by Duet platform are on +# disk. They can be changed by user. BIOS is not able to protoect those. +# Duet trusts all meta data from disk. If variable code, variable metadata and variable +# data is modified in inproper way, the behavior is undefined. +# +# 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 +23,7 @@ # # Component description file for variable module # -#--*/ +## [Defines] INF_VERSION = 0x00010005 @@ -25,8 +31,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 +38,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 @@ -53,6 +57,7 @@ DxeServicesTableLib DevicePathLib UefiDriverEntryPoint + MemoryAllocationLib [Guids] gEfiFlashMapHobGuid