]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / MdePkg / Library / DxeSmbusLib / DxeSmbusLib.inf
CommitLineData
6bfbb5f0 1## @file\r
bad46384 2# SMBUS Library that layers on top of the SMBUS Protocol.\r
85ea851e 3#\r
c92c1790 4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
bad46384 5#\r
19388d29 6# This program and the accompanying materials\r
bad46384 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 9# http://opensource.org/licenses/bsd-license.php.\r
bad46384 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
bad46384 15\r
bad46384 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeSmbusLib\r
c92c1790 19 MODULE_UNI_FILE = DxeSmbusLib.uni\r
bad46384 20 FILE_GUID = 4F369FB1-31A7-423c-960E-B3EFD337894F\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = SmbusLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
bad46384 24\r
25 CONSTRUCTOR = SmbusLibConstructor\r
26\r
bad46384 27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
bad46384 32 SmbusLib.c\r
33 DxeSmbusLib.c\r
34 InternalSmbusLib.h\r
35\r
bad46384 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
bad46384 40[LibraryClasses]\r
41 BaseMemoryLib\r
42 UefiBootServicesTableLib\r
43 DebugLib\r
44\r
45\r
bad46384 46[Protocols]\r
0f46efec 47 gEfiSmbusHcProtocolGuid ## CONSUMES\r
bad46384 48\r
3397c6f5 49[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
46d0f8ab 50 gEfiSmbusHcProtocolGuid\r
c92c1790 51\r