X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeSmbusLib%2FDxeSmbusLib.inf;h=d4f082ec4c9bfa3a54a3464699786dc7c95e73af;hb=32eb6739b961a5b4cc204b94220fa5ad15f79a9b;hp=700670afadfc4464a1d51a6d1d03cbe6c8c09808;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf index 700670afad..d4f082ec4c 100644 --- a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf +++ b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf @@ -1,28 +1,26 @@ -#/** @file -# Component description file for Dxe Smbus Library. -# +## @file # SMBUS Library that layers on top of the SMBUS Protocol. -# Copyright (c) 2006, Intel Corporation # -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+# +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeSmbusLib + MODULE_UNI_FILE = DxeSmbusLib.uni FILE_GUID = 4F369FB1-31A7-423c-960E-B3EFD337894F MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = SmbusLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 CONSTRUCTOR = SmbusLibConstructor @@ -30,7 +28,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] SmbusLib.c DxeSmbusLib.c InternalSmbusLib.h @@ -46,5 +44,8 @@ [Protocols] - gEfiSmbusHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiSmbusHcProtocolGuid ## CONSUMES + +[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER] + gEfiSmbusHcProtocolGuid