]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
OvmfPkg: Create global entry point for SMBIOS parsing
[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
b26f0cf9 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
fb511817 8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = SmbiosPlatformDxe\r
14 FILE_GUID = 4110465d-5ff3-4f4b-b580-24ed0d06747a\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = SmbiosTablePublishEntry\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
dbf9cc87 23# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
fb511817 24#\r
25\r
26[Sources]\r
2ccefa32 27 EntryPoint.c\r
a145e28d 28 Qemu.c\r
7e25086a
LE
29 SmbiosPlatformDxe.c\r
30 SmbiosPlatformDxe.h\r
164cf403 31\r
fb511817 32[Packages]\r
33 MdePkg/MdePkg.dec\r
fb511817 34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
fb511817 37 DebugLib\r
a145e28d 38 MemoryAllocationLib\r
92dc0bb2 39 PcdLib\r
7e25086a
LE
40 QemuFwCfgLib\r
41 UefiBootServicesTableLib\r
42 UefiDriverEntryPoint\r
43\r
92dc0bb2
LE
44[Pcd]\r
45 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated\r
fb511817 46\r
47[Protocols]\r
48 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
49\r
fb511817 50[Depex]\r
51 gEfiSmbiosProtocolGuid\r
52\r