]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/PlatformDxe/Platform.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[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
b26f0cf9 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d945a8ba
LE
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = PlatformDxe\r
14 FILE_GUID = D9DCC5DF-4007-435E-9098-8970935504B2\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = PlatformInit\r
18 UNLOAD_IMAGE = PlatformUnload\r
19\r
20[Sources]\r
21 Platform.c\r
3f20f9cf 22 Platform.h\r
877a4dbb 23 Platform.uni\r
5267c89b 24 PlatformConfig.c\r
8bd85428 25 PlatformConfig.h\r
877a4dbb 26 PlatformForms.vfr\r
d945a8ba
LE
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
92e74550 34 BaseLib\r
5267c89b 35 BaseMemoryLib\r
d945a8ba 36 DebugLib\r
877a4dbb
LE
37 DevicePathLib\r
38 HiiLib\r
5267c89b 39 MemoryAllocationLib\r
da07afaf 40 PrintLib\r
d945a8ba 41 UefiBootServicesTableLib\r
92e74550 42 UefiHiiServicesLib\r
5267c89b
LE
43 UefiLib\r
44 UefiRuntimeServicesTableLib\r
d945a8ba
LE
45 UefiDriverEntryPoint\r
46\r
bdaf30e4
LE
47[Pcd]\r
48 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
49 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
50\r
877a4dbb
LE
51[Protocols]\r
52 gEfiDevicePathProtocolGuid ## PRODUCES\r
da07afaf 53 gEfiGraphicsOutputProtocolGuid ## CONSUMES\r
877a4dbb
LE
54 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
55\r
5267c89b 56[Guids]\r
92e74550 57 gEfiIfrTianoGuid\r
5267c89b
LE
58 gOvmfPlatformConfigGuid\r
59\r
d945a8ba 60[Depex]\r
92e74550 61 gEfiHiiConfigRoutingProtocolGuid AND\r
877a4dbb 62 gEfiHiiDatabaseProtocolGuid AND\r
5267c89b
LE
63 gEfiVariableArchProtocolGuid AND\r
64 gEfiVariableWriteArchProtocolGuid\r