40 lines
1.4 KiB
INI
40 lines
1.4 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2018 - 2020, 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 = NvidiaOptimusSsdt
|
|
FILE_GUID = 7E1CABE3-34D8-4f54-831C-9E1D52F48F8E
|
|
MODULE_TYPE = USER_DEFINED
|
|
VERSION_STRING = 1.0
|
|
EDK_RELEASE_VERSION = 0x00020000
|
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
|
|
|
[Sources.common]
|
|
NvidiaOptimus/NvidiaOptimus.asl
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdHgNvidiaNpcfFeatureSupport
|
|
gChipsetPkgTokenSpaceGuid.PcdHgNvidiaOptimusGc6NvsrFeatureSupport
|
|
gChipsetPkgTokenSpaceGuid.PcdHgNvidiaVenturaFeatureSupport
|
|
|
|
[FeaturePcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdHgNvidiaDdsFeatureSupport
|
|
#[-start-211229-GEORGE0053-add]#
|
|
gChipsetPkgTokenSpaceGuid.PcdHgNvidiaCtgpFeatureSupport
|
|
gChipsetPkgTokenSpaceGuid.PcdHgNvidiaApiCpuPerformanceLevelControl
|
|
#[-end-211229-GEORGE0053-add]#
|