X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=DuetPkg%2FPciRootBridgeNoEnumerationDxe%2FPciRootBridgeNoEnumeration.inf;h=d8b2e6e10b280c00e9fb63cb6ec0b73addf1a096;hp=56bf10f62424c31d7c26ec438b93f4676bf1206a;hb=3ea9a5c763a4b777beb77f1fe2d273d6d7a285bf;hpb=d8bee43ce44db3012de2274b135ede6d06106f7d diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf index 56bf10f624..d8b2e6e10b 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf @@ -1,7 +1,7 @@ -#/*++ +## @file # -# Copyright (c) 2005 - 2006, Intel Corporation -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
+# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -13,7 +13,7 @@ # # Abstract: # -#--*/ +## [Defines] @@ -22,16 +22,12 @@ FILE_GUID = 0F7EC77A-1EE1-400f-A99D-7CBD1FEB181E MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializePcatPciRootBridge [Packages] MdePkg/MdePkg.dec DuetPkg/DuetPkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec [LibraryClasses] UefiDriverEntryPoint @@ -43,7 +39,7 @@ DevicePathLib HobLib -[Sources.common] +[Sources] PcatPciRootBridge.h PcatPciRootBridge.c PcatPciRootBridgeDevicePath.c @@ -55,16 +51,16 @@ Ia32/PcatIo.c [Sources.x64] - x64/PcatIo.c - -[Sources.ipf] - Ipf/PcatIo.c + X64/PcatIo.c [Protocols] gEfiPciRootBridgeIoProtocolGuid gEfiDeviceIoProtocolGuid - gEfiPciExpressBaseAddressGuid - gEfiCpuIoProtocolGuid + gEfiCpuIo2ProtocolGuid [Guids] - gEfiPciOptionRomTableGuid \ No newline at end of file + gEfiPciOptionRomTableGuid + gEfiPciExpressBaseAddressGuid + +[Depex] + gEfiCpuIo2ProtocolGuid