## @file # #****************************************************************************** #* Copyright (c) 2016 , Insyde Software Corporation. All Rights Reserved. #* #* You may not reproduce, distribute, publish, display, perform, modify, adapt, #* transmit, broadcast, present, recite, release, license or otherwise exploit #* any part of this publication in any form, by any means, without the prior #* written permission of Insyde Software Corporation. #* #****************************************************************************** ## [Defines] INF_VERSION = 0x00010017 BASE_NAME = BaseInsydeChipsetGpioLib FILE_GUID = AFB20F48-9D9B-48DD-8E13-62DE959FA46A VERSION_STRING = 1.0 MODULE_TYPE = BASE LIBRARY_CLASS = InsydeChipsetGpioLib # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [LibraryClasses] GpioLib [Packages] MdePkg/MdePkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec InsydeModulePkg/InsydeModulePkg.dec [Sources] BaseInsydeChipsetGpioLib.c