]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupportDxe.inf
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 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = IncompatiblePciDeviceSupport
17 MODULE_UNI_FILE = IncompatiblePciDeviceSupport.uni
18 FILE_GUID = AD70855E-0CC5-4abf-8979-BE762A949EA3
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = IncompatiblePciDeviceSupportEntryPoint
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 IncompatiblePciDeviceSupport.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 MemoryAllocationLib
39 DebugLib
40
41 [Protocols]
42 gEfiIncompatiblePciDeviceSupportProtocolGuid ## PRODUCES
43
44 [Depex]
45 TRUE
46
47 [UserExtensions.TianoCore."ExtraFiles"]
48 IncompatiblePciDeviceSupportExtra.uni