]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[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
5# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
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
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 SmbiosPlatformDxe.h\r
33 SmbiosPlatformDxe.c\r
34 Xen.c\r
a145e28d 35 Qemu.c\r
fb511817 36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 OvmfPkg/OvmfPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
44 BaseMemoryLib\r
45 BaseLib\r
46 UefiDriverEntryPoint\r
47 DebugLib\r
48 HobLib\r
a145e28d
GS
49 QemuFwCfgLib\r
50 MemoryAllocationLib\r
fb511817 51\r
52[Protocols]\r
53 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54\r
55[Guids]\r
56 gEfiXenInfoGuid\r
57\r
58[Depex]\r
59 gEfiSmbiosProtocolGuid\r
60\r