## @file # Component description file for 8259 Interrupt PEIM. # #****************************************************************************** #* Copyright (c) 2015 - 2017, 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 = 0x00010005 BASE_NAME = Legacy8259Pei FILE_GUID = BF7C4FC8-8964-4d16-B129-A70861EEEA12 MODULE_TYPE = PEIM VERSION_STRING = 1.0 ENTRY_POINT = Legacy8259PeimEntry [Sources] 8259.c [Packages] MdePkg/MdePkg.dec InsydeModulePkg/InsydeModulePkg.dec [LibraryClasses] PeimEntryPoint PeiServicesLib IoLib PcdLib BaseLib [Ppis] gH2OLegacy8259PpiGuid [Pcd] gInsydeTokenSpaceGuid.PcdH2OInterruptMasterBaseVector gInsydeTokenSpaceGuid.PcdH2OInterruptSlaveBaseVector [Depex] gEfiPeiMemoryDiscoveredPpiGuid