1## @file 2# SMBIOS Library 3# 4# Copyright (c) 2012, Apple Inc. All rights reserved. 5# Portions copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> 6# 7# This program and the accompanying materials 8# are licensed and made available under the terms and conditions of the BSD License 9# which accompanies this distribution. The full text of the license may be found at 10# http://opensource.org/licenses/bsd-license.php 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 17[Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = SmbiosLib 20 FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747 21 MODULE_TYPE = DXE_DRIVER 22 VERSION_STRING = 1.0 23 LIBRARY_CLASS = PcdLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER 24 25 CONSTRUCTOR = SmbiosLibConstructor 26 27 28[Sources] 29 SmbiosLib.c 30 31[Packages] 32 MdePkg/MdePkg.dec 33 EmulatorPkg/EmulatorPkg.dec 34 35[LibraryClasses] 36 BaseLib 37 BaseMemoryLib 38 DebugLib 39 MemoryAllocationLib 40 UefiBootServicesTableLib 41 UefiLib 42 43[Protocols] 44 gEfiSmbiosProtocolGuid 45 46[Depex] 47 gEfiSmbiosProtocolGuid