59 lines
1.7 KiB
INI
59 lines
1.7 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2019, 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 = OemAcpiPlatform
|
|
FILE_GUID = 9B182CEE-AED5-4d95-B2A9-A2CF6CDFEAA8
|
|
MODULE_TYPE = DXE_DRIVER
|
|
ENTRY_POINT = InstallOemAcpiPlatform
|
|
|
|
[Sources]
|
|
OemAcpiPlatform.c
|
|
UpdateOemTableID.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
#ClientSiliconPkg/ClientSiliconPkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
UefiLib
|
|
PcdLib
|
|
BaseMemoryLib
|
|
H2OCpLib
|
|
|
|
[Guids]
|
|
gH2OBdsCpUpdateAcpiDescHdrGuid
|
|
gH2ODxeCpUpdateAcpiDescHdrGuid
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OBdsCpUpdateAcpiDescHdrSupported
|
|
gInsydeTokenSpaceGuid.PcdH2ODxeCpUpdateAcpiDescHdrSupported
|
|
|
|
[Pcd]
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId
|
|
gSiPkgTokenSpaceGuid.PcdOverclockEnable
|
|
|
|
[Depex]
|
|
TRUE
|