]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / SmbiosLib / SmbiosLib.inf
CommitLineData
79e4f2a5
RN
1## @file\r
2# SMBIOS Library\r
3#\r
4# Copyright (c) 2012, Apple Inc. All rights reserved.\r
ba6037f8 5# Portions copyright (c) 2006 - 2010, Intel Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
79e4f2a5 6#\r
e3ba31da 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
79e4f2a5
RN
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = SmbiosLib\r
15 FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
ba6037f8 18 LIBRARY_CLASS = SmbiosLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER\r
79e4f2a5
RN
19\r
20 CONSTRUCTOR = SmbiosLibConstructor\r
21\r
22\r
23[Sources]\r
24 SmbiosLib.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 EmulatorPkg/EmulatorPkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 BaseMemoryLib\r
33 DebugLib\r
34 MemoryAllocationLib\r
35 UefiBootServicesTableLib\r
36 UefiLib\r
37\r
38[Protocols]\r
39 gEfiSmbiosProtocolGuid\r
40\r
41[Depex]\r
42 gEfiSmbiosProtocolGuid\r