From c373687eb8032ba7436adbed1de68b065cf568ee Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 15 Oct 2014 06:20:09 +0000 Subject: Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16218 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/FSVariable/FSVariable.inf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DuetPkg/FSVariable') diff --git a/DuetPkg/FSVariable/FSVariable.inf b/DuetPkg/FSVariable/FSVariable.inf index 83268381d3..ad9037a858 100644 --- a/DuetPkg/FSVariable/FSVariable.inf +++ b/DuetPkg/FSVariable/FSVariable.inf @@ -1,5 +1,11 @@ ## @file # +# 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 -- cgit v1.2.3