]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
EDK II Packages: Add Contributions.txt and License.txt files
[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, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = SmbiosPlatformDxe
19 FILE_GUID = 4110465d-5ff3-4f4b-b580-24ed0d06747a
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = SmbiosTablePublishEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 SmbiosPlatformDxe.h
33 SmbiosPlatformDxe.c
34 Xen.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 OvmfPkg/OvmfPkg.dec
40
41 [LibraryClasses]
42 UefiBootServicesTableLib
43 BaseMemoryLib
44 BaseLib
45 UefiDriverEntryPoint
46 DebugLib
47 HobLib
48
49 [Protocols]
50 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
51
52 [Guids]
53 gEfiXenInfoGuid
54
55 [Depex]
56 gEfiSmbiosProtocolGuid
57