]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
OvmfPkg: Enable 2 different CpuMpPei and CpuDxe drivers
[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 CloudHv.c
28 EntryPoint.c
29 Qemu.c
30 SmbiosPlatformDxe.c
31 SmbiosPlatformDxe.h
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 OvmfPkg/OvmfPkg.dec
36
37 [LibraryClasses]
38 DebugLib
39 MemoryAllocationLib
40 PcdLib
41 QemuFwCfgLib
42 UefiBootServicesTableLib
43 UefiDriverEntryPoint
44
45 [Pcd]
46 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
47 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated
48
49 [Protocols]
50 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
51
52 [Depex]
53 gEfiSmbiosProtocolGuid
54