X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FPciRootBridgeNoEnumerationDxe%2FPciRootBridgeNoEnumeration.inf;h=8f7ef1b17d1a1a6e71f6373287c37b9e2c8ad46e;hb=9fcfa150fb6047eaa0e5901c0af3e588586200e3;hp=a9a8360fb15097eed17a3b4ecca88b05faa508ba;hpb=b6d793e37c6e675cc77f502a24ffc49dd77dde8f;p=mirror_edk2.git diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf index a9a8360fb1..8f7ef1b17d 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf @@ -1,7 +1,7 @@ -#/*++ +## @file # -# Copyright (c) 2005 - 2009, Intel Corporation -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2005 - 2010, 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,15 +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 [LibraryClasses] UefiDriverEntryPoint @@ -42,7 +39,7 @@ DevicePathLib HobLib -[Sources.common] +[Sources] PcatPciRootBridge.h PcatPciRootBridge.c PcatPciRootBridgeDevicePath.c