]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
OvmfPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OvmfPkg / SmbiosPlatformDxe / SmbiosPlatformDxe.inf
CommitLineData
fb511817 1## @file\r
2# This driver installs SMBIOS information for OVMF\r
3#\r
4# Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>\r
dbf9cc87 5# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
fb511817 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmbiosPlatformDxe\r
19 FILE_GUID = 4110465d-5ff3-4f4b-b580-24ed0d06747a\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = SmbiosTablePublishEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
dbf9cc87 28# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
fb511817 29#\r
30\r
31[Sources]\r
32 SmbiosPlatformDxe.h\r
33 SmbiosPlatformDxe.c\r
a145e28d 34 Qemu.c\r
fb511817 35\r
164cf403
LE
36[Sources.IA32, Sources.X64]\r
37 X86Xen.c\r
38\r
39[Sources.ARM, Sources.AARCH64]\r
40 ArmXen.c\r
41\r
fb511817 42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 OvmfPkg/OvmfPkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 BaseMemoryLib\r
50 BaseLib\r
51 UefiDriverEntryPoint\r
52 DebugLib\r
53 HobLib\r
a145e28d
GS
54 QemuFwCfgLib\r
55 MemoryAllocationLib\r
92dc0bb2
LE
56 PcdLib\r
57\r
58[Pcd]\r
59 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated\r
fb511817 60\r
61[Protocols]\r
62 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63\r
64[Guids]\r
65 gEfiXenInfoGuid\r
66\r
67[Depex]\r
68 gEfiSmbiosProtocolGuid\r
69\r