]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/PlatformDxe/Platform.inf
OvmfPkg: PlatformDxe: add an empty HII form
[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.uni
30 PlatformConfig.c
31 PlatformForms.vfr
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 OvmfPkg/OvmfPkg.dec
37
38 [LibraryClasses]
39 BaseMemoryLib
40 DebugLib
41 DevicePathLib
42 HiiLib
43 MemoryAllocationLib
44 UefiBootServicesTableLib
45 UefiLib
46 UefiRuntimeServicesTableLib
47 UefiDriverEntryPoint
48
49 [Pcd]
50 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
51 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
52
53 [Protocols]
54 gEfiDevicePathProtocolGuid ## PRODUCES
55 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
56
57 [Guids]
58 gOvmfPlatformConfigGuid
59
60 [Depex]
61 gEfiHiiDatabaseProtocolGuid AND
62 gEfiVariableArchProtocolGuid AND
63 gEfiVariableWriteArchProtocolGuid