]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / SmbiosDxe / SmbiosDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This driver initializes and installs the SMBIOS protocol, constructs SMBIOS table into system configuration table.\r
310b04e6 3#\r
d1102dba 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
310b04e6 5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
310b04e6 7#\r
8#\r
6bfbb5f0 9##\r
310b04e6 10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = SmbiosDxe\r
6036e94d 14 MODULE_UNI_FILE = SmbiosDxe.uni\r
310b04e6 15 FILE_GUID = F9D88642-0737-49bc-81B5-6889CD57D9EA\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
310b04e6 18\r
19 ENTRY_POINT = SmbiosDriverEntryPoint\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
de005223 24# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
310b04e6 25#\r
26\r
6bfbb5f0 27[Sources]\r
310b04e6 28 SmbiosDxe.h\r
29 SmbiosDxe.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
9f7d5b46 33 MdeModulePkg/MdeModulePkg.dec\r
310b04e6 34\r
35[LibraryClasses]\r
36 UefiBootServicesTableLib\r
37 MemoryAllocationLib\r
38 BaseMemoryLib\r
39 BaseLib\r
40 UefiLib\r
41 UefiDriverEntryPoint\r
42 DebugLib\r
9f7d5b46 43 PcdLib\r
310b04e6 44\r
45[Protocols]\r
6036e94d 46 gEfiSmbiosProtocolGuid ## PRODUCES\r
d1102dba 47\r
310b04e6 48[Guids]\r
e63f3308
EL
49 gEfiSmbiosTableGuid ## SOMETIMES_PRODUCES ## SystemTable\r
50 gEfiSmbios3TableGuid ## SOMETIMES_PRODUCES ## SystemTable\r
310b04e6 51\r
fe781940 52[Pcd]\r
6036e94d 53 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion ## CONSUMES\r
e63f3308
EL
54 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev ## SOMETIMES_CONSUMES\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod ## CONSUMES\r
9f7d5b46 56\r
310b04e6 57[Depex]\r
58 TRUE\r
6036e94d
SZ
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 SmbiosDxeExtra.uni\r