]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / PeiSmbusLibSmbus2Ppi / PeiSmbusLibSmbus2Ppi.inf
CommitLineData
6bfbb5f0 1## @file\r
3397c6f5 2# SMBUS library that layers on top of the SMBUS2 PPI.\r
85ea851e 3#\r
9095d37b 4# Copyright (c) 2006 - 2018, 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
5088ce25 18 BASE_NAME = PeiSmbusLibSmbus2Ppi\r
c92c1790 19 MODULE_UNI_FILE = PeiSmbusLibSmbus2Ppi.uni\r
bad46384 20 FILE_GUID = 2A1E1C92-AABA-4d62-AC40-F3A4C3387356\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
fc0c5b3a 23 LIBRARY_CLASS = SmbusLib|PEIM SEC\r
bad46384 24\r
25\r
bad46384 26#\r
078bee4e 27# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
bad46384 28#\r
29\r
6bfbb5f0 30[Sources]\r
bad46384 31 SmbusLib.c\r
32 PeiSmbusLib.c\r
33 InternalSmbusLib.h\r
34\r
35\r
bad46384 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
bad46384 40[LibraryClasses]\r
41 BaseMemoryLib\r
1c280088 42 PeiServicesLib\r
bad46384 43 DebugLib\r
44\r
bad46384 45[Ppis]\r
1727a8c6 46 gEfiPeiSmbus2PpiGuid ## CONSUMES\r
bad46384 47\r
3397c6f5 48[Depex.common.PEIM]\r
9095d37b 49 gEfiPeiSmbus2PpiGuid\r
c92c1790 50\r