]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
MdeModulePkg: Clean up source files
[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
e5eed7d3 6# This program and the accompanying materials\r
310b04e6 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
310b04e6 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmbiosDxe\r
6036e94d 19 MODULE_UNI_FILE = SmbiosDxe.uni\r
310b04e6 20 FILE_GUID = F9D88642-0737-49bc-81B5-6889CD57D9EA\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
310b04e6 23\r
24 ENTRY_POINT = SmbiosDriverEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
3413cf56 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
310b04e6 30#\r
31\r
6bfbb5f0 32[Sources]\r
310b04e6 33 SmbiosDxe.h\r
34 SmbiosDxe.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
9f7d5b46 38 MdeModulePkg/MdeModulePkg.dec\r
310b04e6 39\r
40[LibraryClasses]\r
41 UefiBootServicesTableLib\r
42 MemoryAllocationLib\r
43 BaseMemoryLib\r
44 BaseLib\r
45 UefiLib\r
46 UefiDriverEntryPoint\r
47 DebugLib\r
9f7d5b46 48 PcdLib\r
310b04e6 49\r
50[Protocols]\r
6036e94d 51 gEfiSmbiosProtocolGuid ## PRODUCES\r
d1102dba 52\r
310b04e6 53[Guids]\r
e63f3308
EL
54 gEfiSmbiosTableGuid ## SOMETIMES_PRODUCES ## SystemTable\r
55 gEfiSmbios3TableGuid ## SOMETIMES_PRODUCES ## SystemTable\r
310b04e6 56\r
fe781940 57[Pcd]\r
6036e94d 58 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion ## CONSUMES\r
e63f3308
EL
59 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev ## SOMETIMES_CONSUMES\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod ## CONSUMES\r
9f7d5b46 61\r
310b04e6 62[Depex]\r
63 TRUE\r
6036e94d
SZ
64\r
65[UserExtensions.TianoCore."ExtraFiles"]\r
66 SmbiosDxeExtra.uni\r