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