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