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