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 |
cac2ab95 |
38 | IoLib\r |
39 | PciLib\r |
40 | \r |
21b404d1 |
41 | [Sources]\r |
42 | PciHostBridge.c\r |
43 | PciRootBridgeIo.c\r |
44 | PciHostBridge.h\r |
45 | \r |
46 | [Protocols]\r |
47 | gEfiPciHostBridgeResourceAllocationProtocolGuid\r |
48 | gEfiPciRootBridgeIoProtocolGuid\r |
21b404d1 |
49 | gEfiMetronomeArchProtocolGuid\r |
50 | gEfiDevicePathProtocolGuid\r |
51 | \r |
52 | [depex]\r |
cac2ab95 |
53 | gEfiMetronomeArchProtocolGuid\r |
54 | \r |