]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupportDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
9060e3ec 2# PCI Incompatible device support module template.\r
3#\r
e0cb5e18 4# Installs EFI PCI Incompatible Device Support protocol and includes one incompatible\r
9060e3ec 5# pci devices list template.\r
6#\r
d1102dba 7# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
9060e3ec 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9060e3ec 10#\r
11#\r
6bfbb5f0 12##\r
9060e3ec 13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = IncompatiblePciDeviceSupport\r
6036e94d 17 MODULE_UNI_FILE = IncompatiblePciDeviceSupport.uni\r
9060e3ec 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
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
9060e3ec 27#\r
28\r
6bfbb5f0 29[Sources]\r
9060e3ec 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
6036e94d 42 gEfiIncompatiblePciDeviceSupportProtocolGuid ## PRODUCES\r
9060e3ec 43\r
44[Depex]\r
45 TRUE\r
6036e94d
SZ
46\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 IncompatiblePciDeviceSupportExtra.uni\r