]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace
[mirror_edk2.git] / OvmfPkg / SmbiosPlatformDxe / SmbiosPlatformDxe.inf
1 ## @file
2 # This driver installs SMBIOS information for OVMF
3 #
4 # Copyright (c) 2011, Bei Guan <gbtju85@gmail.com>
5 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = SmbiosPlatformDxe
14 FILE_GUID = 4110465d-5ff3-4f4b-b580-24ed0d06747a
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = SmbiosTablePublishEntry
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
24 #
25
26 [Sources]
27 SmbiosPlatformDxe.h
28 SmbiosPlatformDxe.c
29 Qemu.c
30
31 [Sources.IA32, Sources.X64]
32 X86Xen.c
33
34 [Sources.ARM, Sources.AARCH64]
35 ArmXen.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 OvmfPkg/OvmfPkg.dec
41
42 [LibraryClasses]
43 UefiBootServicesTableLib
44 BaseMemoryLib
45 BaseLib
46 UefiDriverEntryPoint
47 DebugLib
48 HobLib
49 QemuFwCfgLib
50 MemoryAllocationLib
51 PcdLib
52
53 [Pcd]
54 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated
55
56 [Protocols]
57 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58
59 [Guids]
60 gEfiXenInfoGuid
61
62 [Depex]
63 gEfiSmbiosProtocolGuid
64