mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
f1f8ce6de7
commit
17ac6b23dc
|
@ -1,7 +1,10 @@
|
||||||
/** @file
|
/** @file
|
||||||
Platform VTd Sample driver.
|
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
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
## @file
|
## @file
|
||||||
# Platform VTd Sample driver.
|
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
|
Loading…
Reference in New Issue