]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciBusNoEnumeration.inf
CommitLineData
6bfbb5f0 1## @file\r
10590588 2# \r
b1f700a8
HT
3# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
10590588 5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12# Module Name:\r
13#\r
14# Abstract:\r
15#\r
6bfbb5f0 16##\r
10590588 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PciBusNoEnumerationDxe\r
20 FILE_GUID = 35C0C168-2607-4e51-BB53-448E3ED1A87F\r
e5d1b4f4 21 MODULE_TYPE = UEFI_DRIVER\r
10590588 22 VERSION_STRING = 1.0\r
10590588 23\r
24 ENTRY_POINT = PciBusEntryPoint\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
df93b0ff 28 DuetPkg/DuetPkg.dec\r
10590588 29\r
30[LibraryClasses]\r
31 DebugLib\r
32 BaseLib\r
33 UefiLib\r
34 UefiBootServicesTableLib\r
35 UefiDriverEntryPoint\r
36 BaseMemoryLib\r
37 ReportStatusCodeLib\r
38 DevicePathLib\r
e8ba34ff 39 PeCoffLib\r
10590588 40\r
41[Sources]\r
42 PciBus.h\r
43 PciIo.h\r
44 PciCommand.h\r
45 PciDeviceSupport.h\r
46 PciEnumerator.h\r
47 PciEnumeratorSupport.h\r
48 PciOptionRomSupport.h\r
49 PciRomTable.h\r
50 PciPowerManagement.h\r
51 PciPowerManagement.c\r
52 PciRomTable.c\r
53 PciDriverOverride.h\r
54 PciDriverOverride.c\r
55 PciOptionRomSupport.c\r
56 PciEnumerator.c\r
57 PciEnumeratorSupport.c\r
58 PciCommand.c\r
59 ComponentName.c\r
60 PciDeviceSupport.c\r
61 PciBus.c\r
62 PciIo.c\r
63\r
64[Protocols]\r
65 gEfiPciRootBridgeIoProtocolGuid\r
66 gEfiPciIoProtocolGuid\r
67 gEfiDevicePathProtocolGuid\r
68 gEfiBusSpecificDriverOverrideProtocolGuid\r
10590588 69 gEfiDecompressProtocolGuid\r
bbef2ffb 70 \r
71[Guids]\r
72 gEfiPciOptionRomTableGuid\r