40 lines
1.3 KiB
INI
40 lines
1.3 KiB
INI
## @file
|
|
# Component description file for IntelGopDriver.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2018, 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 = 0x00010017
|
|
BASE_NAME = IntelGopDriverAdlP
|
|
FILE_GUID = 7755CA7B-CA8F-43c5-889B-E1F59A93D575
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = X64
|
|
#
|
|
|
|
[Binaries.X64]
|
|
PE32|IntelGopDriverAdlP.efi|*
|
|
|
|
[Packages]
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
#[-start-190611-IB16990041-add]#
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[Depex]
|
|
# gLegacyFreeGuid AND
|
|
#[-end-190611-IB16990041-add]#
|
|
gGopPolicyProtocolGuid AND
|
|
gGopGuid
|
|
|