]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkPkg / Library / PeiSmbusLibSmbusPpi / PeiSmbusLibSmbusPpi.inf
index e7a04910fc552cb3d7bc1ad8f7e98276a2a92847..d961310d6b834b9b86d5ddc6dc9badf8efee619b 100644 (file)
@@ -1,37 +1,30 @@
-#/** @file\r
-# Component description file for Pei Smbus Library.\r
-#\r
+## @file\r
 # SMBUS library that layers on top of the SMBUS PPI.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiSmbusLibSmbusPpi\r
+  MODULE_UNI_FILE                = PeiSmbusLibSmbusPpi.uni\r
   FILE_GUID                      = 51C4C059-67F0-4e3c-9A55-FF42A8291C8C\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = SmbusLib|PEIM \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = SmbusLib|PEIM\r
 \r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   SmbusLib.c\r
   PeiSmbusLib.c\r
   InternalSmbusLib.h\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
-  PeiServicesTablePointerLib\r
+  PeiServicesLib\r
   DebugLib\r
-\r
+  PeiServicesTablePointerLib\r
 \r
 [Ppis]\r
-  gEfiPeiSmbusPpiGuid                           # PPI ALWAYS_CONSUMED\r
+  gEfiPeiSmbusPpiGuid                           ## CONSUMES\r
 \r
+[Depex]\r
+  gEfiPeiSmbusPpiGuid\r