58 lines
1.6 KiB
INI
58 lines
1.6 KiB
INI
## @file
|
|
# Component description file for Reset module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014, Insyde Software Corp. 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 = LegacySpeakerPei
|
|
FILE_GUID = 6d3d1021-e7fc-42c2-b301-ece9db198287
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = PeimInitializeSpeakerInterfaceEntryPoint
|
|
|
|
[Sources]
|
|
LegacySpeakerPei.c
|
|
LegacySpeakerPei.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
PerformancePkg/PerformancePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
#//[-start-220217-JEPLIUT218-add]//
|
|
!if ($(S570_SUPPORT_ENABLE) == YES) OR ($(S370_SUPPORT_ENABLE) == YES)
|
|
LfcPkg/LfcPkg.dec
|
|
!endif
|
|
#//[-end-220217-JEPLIUT218-add]//
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
DebugLib
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
PeiServicesTablePointerLib
|
|
TimerLib
|
|
#//[-start-220217-JEPLIUT218-add]//
|
|
!if ($(S570_SUPPORT_ENABLE) == YES) OR ($(S370_SUPPORT_ENABLE) == YES)
|
|
LfcEcLib
|
|
!endif
|
|
#//[-end-220217-JEPLIUT218-add]//
|
|
|
|
[Ppis]
|
|
gPeiSpeakerInterfacePpiGuid
|
|
|
|
[Pcd]
|
|
gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress
|
|
|
|
[Depex]
|
|
gEfiPeiCpuIoPpiInstalledGuid
|
|
|