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