1 ## @file 2 # Intel Soc Library Instance 3 # 4 # Intel Soc Library Instance 5 # 6 # Copyright (c) 2013-2015 Intel Corporation. 7 # 8 # This program and the accompanying materials 9 # are licensed and made available under the terms and conditions of the BSD License 10 # which accompanies this distribution. The full text of the license may be found at 11 # http://opensource.org/licenses/bsd-license.php 12 # 13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15 # 16 ## 17 18 [Defines] 19 INF_VERSION = 0x00010005 20 BASE_NAME = IohLib 21 FILE_GUID = B4C12297-7B19-4523-B165-81374D96716B 22 MODULE_TYPE = BASE 23 VERSION_STRING = 1.0 24 LIBRARY_CLASS = IohLib 25 26 27 # 28 # The following information is for reference only and not required by the build tools. 29 # 30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC 31 # 32 33 [Sources] 34 IohLib.c 35 CommonHeader.h 36 37 [Packages] 38 MdePkg/MdePkg.dec 39 QuarkSocPkg/QuarkSocPkg.dec 40 41 [LibraryClasses] 42 DebugLib 43 PciLib 44 IoLib 45 PciCf8Lib 46 BaseLib 47 CpuLib 48 49 [Pcd] 50 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohGpioBusNumber 51 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohGpioBusNumber 52 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohGpioDevNumber 53 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohGpioFunctionNumber 54 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohGpioBarRegister 55 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohGpioMmioBase 56