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] 17INF_VERSION = 0x00010017 18BASE_NAME = DxeSmbiosDataHobLib 19FILE_GUID = AF55A9B6-2AE6-4B08-8CF7-750B7CBF49D7 20MODULE_TYPE = DXE_DRIVER 21LIBRARY_CLASS = NULL|DXE_DRIVER 22CONSTRUCTOR = DxeSmbiosDataHobLibConstructor 23 24[Packages] 25MdePkg/MdePkg.dec 26IntelSiliconPkg/IntelSiliconPkg.dec 27 28[Sources] 29DxeSmbiosDataHobLib.c 30 31[LibraryClasses] 32DebugLib 33BaseMemoryLib 34MemoryAllocationLib 35BaseLib 36HobLib 37UefiLib 38 39[Guids] 40gIntelSmbiosDataHobGuid ## CONSUMES ## GUID 41 42[Depex] 43gEfiSmbiosProtocolGuid 44 45