]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupportDxe.inf
... / ...
CommitLineData
1## @file\r
2# PCI Incompatible device support module template.\r
3#\r
4# Installs EFI PCI Incompatible Device Support protocol and includes one incompatile\r
5# pci devices list template.\r
6#\r
7# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = IncompatiblePciDeviceSupport\r
17 MODULE_UNI_FILE = IncompatiblePciDeviceSupport.uni\r
18 FILE_GUID = AD70855E-0CC5-4abf-8979-BE762A949EA3\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = IncompatiblePciDeviceSupportEntryPoint\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 IncompatiblePciDeviceSupport.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39 DebugLib\r
40\r
41[Protocols]\r
42 gEfiIncompatiblePciDeviceSupportProtocolGuid ## PRODUCES\r
43\r
44[Depex]\r
45 TRUE\r
46\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 IncompatiblePciDeviceSupportExtra.uni\r