X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FLibrary%2FI2CLibPei%2FI2CLibPei.inf;fp=Vlv2TbltDevicePkg%2FLibrary%2FI2CLibPei%2FI2CLibPei.inf;h=0000000000000000000000000000000000000000;hp=a78212a0e73881e4f9205e59c25b207f095fafdf;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf b/Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf deleted file mode 100644 index a78212a0e7..0000000000 --- a/Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf +++ /dev/null @@ -1,40 +0,0 @@ -## @file -# Instance of I2C Library. -# -# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
-# -# SPDX-License-Identifier: BSD-2-Clause-Patent -# -# - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = I2CLibPei - FILE_GUID = 8EF61509-890B-4FF2-B352-1C0E9CDDEC8B - MODULE_TYPE = PEIM - VERSION_STRING = 1.0 - LIBRARY_CLASS = LockBoxLib|PEIM - CONSTRUCTOR = IntelI2CPeiLibConstructor - -# -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 X64 EBC -# - -[Sources.common] - I2CLibPei.c - I2CIoLibPei.c - -[LibraryClasses] - TimerLib - -[PPIs] - gEfiPeiStallPpiGuid - - -[Packages] - MdePkg/MdePkg.dec - Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec - -