1// /** @file
2// PCI Incompatible device support module template.
3//
4// Installs EFI PCI Incompatible Device Support protocol and includes one incompatile
5// pci devices list template.
6//
7// Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
8//
9// SPDX-License-Identifier: BSD-2-Clause-Patent
10//
11// **/
12
13
14#string STR_MODULE_ABSTRACT             #language en-US "PCI Incompatible device support module template"
15
16#string STR_MODULE_DESCRIPTION          #language en-US "Installs EFI PCI Incompatible Device Support protocol and includes one incompatible PCI device list template."
17
18