]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformDxe/Platform.inf
OvmfPkg/PlatformDxe: list "PlatformConfig.h" in the INF file
[mirror_edk2.git] / OvmfPkg / PlatformDxe / Platform.inf
CommitLineData
d945a8ba
LE
1## @file\r
2# This driver effectuates OVMF's platform configuration settings and exposes\r
3# them via HII.\r
4#\r
5# Copyright (C) 2014, Red Hat, Inc.\r
6# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
15# IMPLIED.\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PlatformDxe\r
21 FILE_GUID = D9DCC5DF-4007-435E-9098-8970935504B2\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = PlatformInit\r
25 UNLOAD_IMAGE = PlatformUnload\r
26\r
27[Sources]\r
28 Platform.c\r
3f20f9cf 29 Platform.h\r
877a4dbb 30 Platform.uni\r
5267c89b 31 PlatformConfig.c\r
8bd85428 32 PlatformConfig.h\r
877a4dbb 33 PlatformForms.vfr\r
d945a8ba
LE
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 OvmfPkg/OvmfPkg.dec\r
39\r
40[LibraryClasses]\r
92e74550 41 BaseLib\r
5267c89b 42 BaseMemoryLib\r
d945a8ba 43 DebugLib\r
877a4dbb
LE
44 DevicePathLib\r
45 HiiLib\r
5267c89b 46 MemoryAllocationLib\r
da07afaf 47 PrintLib\r
d945a8ba 48 UefiBootServicesTableLib\r
92e74550 49 UefiHiiServicesLib\r
5267c89b
LE
50 UefiLib\r
51 UefiRuntimeServicesTableLib\r
d945a8ba
LE
52 UefiDriverEntryPoint\r
53\r
bdaf30e4
LE
54[Pcd]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
57\r
877a4dbb
LE
58[Protocols]\r
59 gEfiDevicePathProtocolGuid ## PRODUCES\r
da07afaf 60 gEfiGraphicsOutputProtocolGuid ## CONSUMES\r
877a4dbb
LE
61 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
62\r
5267c89b 63[Guids]\r
92e74550 64 gEfiIfrTianoGuid\r
5267c89b
LE
65 gOvmfPlatformConfigGuid\r
66\r
d945a8ba 67[Depex]\r
92e74550 68 gEfiHiiConfigRoutingProtocolGuid AND\r
877a4dbb 69 gEfiHiiDatabaseProtocolGuid AND\r
5267c89b
LE
70 gEfiVariableArchProtocolGuid AND\r
71 gEfiVariableWriteArchProtocolGuid\r