IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
(cherry picked from commit 17ac6b23dc)
This commit is contained in:
Star Zeng
2018-02-06 10:12:05 +08:00
parent 8927f4683b
commit 3c4cb3ca51
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
/** @file
Platform VTd Sample driver.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
Note: This module should only be used for dev/debug purposes.
It MUST never be used for production builds.
Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
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

View File

@@ -1,7 +1,10 @@
## @file
# Platform VTd Sample driver.
#
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
# Note: This module should only be used for dev/debug purposes.
# It MUST never be used for production builds.
#
# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
# 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