]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / IncompatiblePciDeviceSupportDxe / IncompatiblePciDeviceSupportDxe.inf
index 29bf4dce2c05cd5df1bff2aca14dfa66a48d0a79..987af4ca917087ab26cf631bc65a132a04ab75d6 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @file\r
 #  PCI Incompatible device support module template.\r
 #\r
-#  Installs EFI PCI Incompatible Device Support protocol and includes one incompatile \r
+#  Installs EFI PCI Incompatible Device Support protocol and includes one incompatile\r
 #  pci devices list template.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation.\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = IncompatiblePciDeviceSupport\r
+  MODULE_UNI_FILE                = IncompatiblePciDeviceSupport.uni\r
   FILE_GUID                      = AD70855E-0CC5-4abf-8979-BE762A949EA3\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   IncompatiblePciDeviceSupport.c\r
 \r
 [Packages]\r
   DebugLib\r
 \r
 [Protocols]\r
-  gEfiIncompatiblePciDeviceSupportProtocolGuid    ## PRODUCEDS\r
+  gEfiIncompatiblePciDeviceSupportProtocolGuid    ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  IncompatiblePciDeviceSupportExtra.uni\r