]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf
Readme.md: Add edk2 release tag and edk2 release plan
[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
RN
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\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\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SmbiosLib\r
20 FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
ba6037f8 23 LIBRARY_CLASS = SmbiosLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER\r
79e4f2a5
RN
24\r
25 CONSTRUCTOR = SmbiosLibConstructor\r
26\r
27\r
28[Sources]\r
29 SmbiosLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 EmulatorPkg/EmulatorPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 UefiBootServicesTableLib\r
41 UefiLib\r
42\r
43[Protocols]\r
44 gEfiSmbiosProtocolGuid\r
45\r
46[Depex]\r
47 gEfiSmbiosProtocolGuid\r