]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
DynamicTablesPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
[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 Qemu.c
28 SmbiosPlatformDxe.c
29 SmbiosPlatformDxe.h
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35 [LibraryClasses]
36 DebugLib
37 MemoryAllocationLib
38 PcdLib
39 QemuFwCfgLib
40 UefiBootServicesTableLib
41 UefiDriverEntryPoint
42
43 [Pcd]
44 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated
45
46 [Protocols]
47 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
48
49 [Depex]
50 gEfiSmbiosProtocolGuid
51