56 lines
1.5 KiB
INI
56 lines
1.5 KiB
INI
## @file
|
|
# Component description file for 8254 Timer module cooperate with ACPI time counter
|
|
#
|
|
#******************************************************************************
|
|
#* 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 = SmartTimerPei
|
|
FILE_GUID = 094DAC10-C9B1-434e-854B-0F04B8F0325A
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = TimerPeiEntry
|
|
|
|
[Sources]
|
|
SmartTimer.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
PerformancePkg/PerformancePkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
IoLib
|
|
PciLib
|
|
HobLib
|
|
PcdLib
|
|
BaseLib
|
|
DebugLib
|
|
|
|
[Ppis]
|
|
gH2OCpuArchPpiGuid
|
|
gH2OLegacy8259PpiGuid
|
|
gH2OTimerArchPpiGuid
|
|
gH2OTimerEventPpiGuid
|
|
|
|
[Guids]
|
|
gH2OPeiTimerDataHobGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OInterruptMasterBaseVector
|
|
gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress
|
|
[Depex]
|
|
gH2OCpuArchPpiGuid AND
|
|
gH2OLegacy8259PpiGuid
|
|
|