]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
EDK II Packages: Add Contributions.txt and License.txt files
[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
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 OvmfPkg/OvmfPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiBootServicesTableLib\r
43 BaseMemoryLib\r
44 BaseLib\r
45 UefiDriverEntryPoint\r
46 DebugLib\r
47 HobLib\r
48\r
49[Protocols]\r
50 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
51\r
52[Guids]\r
53 gEfiXenInfoGuid\r
54\r
55[Depex]\r
56 gEfiSmbiosProtocolGuid\r
57\r