]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
Update the copyright notice format
[mirror_edk2.git] / PcAtChipsetPkg / PciHostBridgeDxe / PciHostBridgeDxe.inf
CommitLineData
7b202cb0 1## @file\r
21b404d1 2#\r
3# Component description file a sinngle segment PCI Host Bridge driver.\r
4#\r
95d48e82 5# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
18c97f53 6# This program and the accompanying materials\r
21b404d1 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13# \r
7b202cb0 14##\r
21b404d1 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PciHostBridge\r
19 FILE_GUID = 2383608E-C6D0-4e3e-858D-45DFAC3543D5\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
21b404d1 22\r
23 ENTRY_POINT = InitializePciHostBridge\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
21b404d1 27\r
28[LibraryClasses]\r
29 UefiDriverEntryPoint\r
30 UefiBootServicesTableLib\r
31 DxeServicesTableLib\r
32 UefiLib\r
33 MemoryAllocationLib\r
34 BaseMemoryLib\r
35 BaseLib\r
36 DebugLib\r
37 DevicePathLib\r
38 \r
39[Sources]\r
40 PciHostBridge.c\r
41 PciRootBridgeIo.c\r
42 PciHostBridge.h\r
43\r
44[Protocols]\r
45 gEfiPciHostBridgeResourceAllocationProtocolGuid\r
46 gEfiPciRootBridgeIoProtocolGuid\r
8e9778c9 47 gEfiCpuIo2ProtocolGuid \r
21b404d1 48 gEfiMetronomeArchProtocolGuid\r
49 gEfiDevicePathProtocolGuid\r
50\r
51[depex]\r
8e9778c9 52 gEfiCpuIo2ProtocolGuid AND gEfiMetronomeArchProtocolGuid\r