]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/PlatformDxe/Platform.inf
4276d363e30046c410e218c19139b0a0cdcf8f7b
[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 PlatformForms.vfr
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 OvmfPkg/OvmfPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 BaseMemoryLib
42 DebugLib
43 DevicePathLib
44 HiiLib
45 MemoryAllocationLib
46 PrintLib
47 UefiBootServicesTableLib
48 UefiHiiServicesLib
49 UefiLib
50 UefiRuntimeServicesTableLib
51 UefiDriverEntryPoint
52
53 [Pcd]
54 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
55 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
56
57 [Protocols]
58 gEfiDevicePathProtocolGuid ## PRODUCES
59 gEfiGraphicsOutputProtocolGuid ## CONSUMES
60 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
61
62 [Guids]
63 gEfiIfrTianoGuid
64 gOvmfPlatformConfigGuid
65
66 [Depex]
67 gEfiHiiConfigRoutingProtocolGuid AND
68 gEfiHiiDatabaseProtocolGuid AND
69 gEfiVariableArchProtocolGuid AND
70 gEfiVariableWriteArchProtocolGuid