56 lines
1.7 KiB
INI
56 lines
1.7 KiB
INI
### @file
|
|
# Component description file for PEI Driver
|
|
#
|
|
# Copyright (C) 2019, Intel Corporation. All rights reserved.<BR>
|
|
# This software and associated documentation (if any) is furnished
|
|
# under a license and may only be used or copied in accordance with
|
|
# the terms of the license. Except as permitted by the license, no
|
|
# part of this software or documentation may be reproduced, stored in
|
|
# a retrieval system, or transmitted in any form or by any means
|
|
# without the express written consent of Intel Corporation.
|
|
# This file contains a 'Sample Driver' and is licensed as such under
|
|
# the terms of your license agreement with Intel or your vendor. This
|
|
# file may be modified by the user, subject to the additional terms of
|
|
# the license agreement.
|
|
#
|
|
# @par Specification Reference:
|
|
#
|
|
# @par Glossary:
|
|
###
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010017
|
|
BASE_NAME = E3DonglePei
|
|
FILE_GUID = E62A5360-D10A-486c-9DCE-82C401C82304
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = PEIM
|
|
ENTRY_POINT = E3DonglePeiDriverEntryPoint
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
DebugLib
|
|
E3DongleLib
|
|
|
|
[Packages]
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
ClientOneSiliconPkg/SiPkg.dec
|
|
|
|
[Sources]
|
|
E3DonglePei.c
|
|
E3DonglePei.h
|
|
|
|
[Ppis]
|
|
gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES
|
|
gEfiEndOfPeiSignalPpiGuid ## CONSUMES
|
|
gEfiPeiMemoryDiscoveredPpiGuid ## CONSUMES
|
|
gEfiPeiI2cMasterPpiGuid ## CONSUMES
|
|
|
|
[Guids]
|
|
gSetupVariableGuid ## CONSUMES
|
|
|
|
[Depex]
|
|
TRUE
|