mirror of https://github.com/acidanthera/audk.git
15 lines
482 B
Plaintext
15 lines
482 B
Plaintext
// /** @file
|
|
// IntelVTdPmrPei Module Localized Abstract and Description Content
|
|
//
|
|
// Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Intel VTd PMR PEI Driver."
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This driver initializes VTd engine based upon EDKII_VTD_INFO_PPI and provide DMA protection to device in PEI."
|
|
|