]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf
4fb25513035df9f67baa543096bd124551a7ab63
[mirror_edk2.git] / IntelSiliconPkg / Library / DxeSmbiosDataHobLib / DxeSmbiosDataHobLib.inf
1 ## @file
2 # Component INF file for the DxeSmbiosDataHob library.
3 #
4 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials are licensed and made available under
7 # the terms and conditions of the BSD License which accompanies this distribution.
8 # The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
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 = 0x00010017
18 BASE_NAME = DxeSmbiosDataHobLib
19 FILE_GUID = AF55A9B6-2AE6-4B08-8CF7-750B7CBF49D7
20 MODULE_TYPE = DXE_DRIVER
21 LIBRARY_CLASS = NULL|DXE_DRIVER
22 CONSTRUCTOR = DxeSmbiosDataHobLibConstructor
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 IntelSiliconPkg/IntelSiliconPkg.dec
27
28 [Sources]
29 DxeSmbiosDataHobLib.c
30
31 [LibraryClasses]
32 DebugLib
33 BaseMemoryLib
34 MemoryAllocationLib
35 BaseLib
36 HobLib
37 UefiLib
38
39 [Guids]
40 gIntelSmbiosDataHobGuid ## CONSUMES ## GUID
41
42 [Depex]
43 gEfiSmbiosProtocolGuid
44