]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / PciPlatform / PciPlatform.inf
1 #/*++
2 #
3 # Copyright (c) 2003 - 2014, Intel Corporation. All rights reserved
4 #
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13
14 #
15 # Module Name:
16 #
17 # PciPlatform.inf
18 #
19 # Abstract:
20 #
21 # Component description file for PciPlatform module.
22 #
23 --*/
24
25 [defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = PciPlatform
28 FILE_GUID = E2441B64-7EF4-41fe-B3A3-8CAA7F8D3017
29 MODULE_TYPE = DXE_DRIVER
30 VERSION_STRING = 1.0
31 ENTRY_POINT = PciPlatformDriverEntry
32
33 [sources.common]
34 BoardPciPlatform.c
35 PciPlatform.c
36 PciPlatform.h
37
38 [Guids]
39 gEfiNormalSetupGuid
40 gEfiPlatformBootModeGuid
41
42 [Protocols]
43 gEfiPciPlatformProtocolGuid
44 gEfiCpuIoProtocolGuid
45 gEfiFirmwareVolumeProtocolGuid
46 gEfiPciRootBridgeIoProtocolGuid
47 gEfiPciIoProtocolGuid
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52 Vlv2TbltDevicePkg/PlatformPkg.dec
53 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
54 IntelFrameworkPkg/IntelFrameworkPkg.dec
55
56 [LibraryClasses]
57 HobLib
58 UefiDriverEntryPoint
59 BaseLib
60 BaseMemoryLib
61 UefiDriverEntryPoint
62 UefiBootServicesTableLib
63 UefiRuntimeServicesTableLib
64 DxeServicesTableLib
65
66 [BuildOptions]
67
68 [Depex]
69 gEfiVariableArchProtocolGuid AND
70 gEfiVariableWriteArchProtocolGuid