74 lines
1.9 KiB
INI
74 lines
1.9 KiB
INI
## @file
|
|
# Device Path Library for PEIM.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 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 = PeiDevicePathLib
|
|
FILE_GUID = BD55D241-5431-41de-B1F3-63EDB1BF2FC7
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = DevicePathLib|PEIM
|
|
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC
|
|
#
|
|
|
|
[Sources]
|
|
DevicePathUtilities.c
|
|
DevicePathToText.c
|
|
DevicePathFromText.c
|
|
UefiDevicePathLib.c
|
|
UefiDevicePathLib.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
MemoryAllocationLib
|
|
DebugLib
|
|
BaseMemoryLib
|
|
PcdLib
|
|
PrintLib
|
|
|
|
[Guids]
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiVTUTF8Guid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiVT100Guid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiVT100PlusGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiPcAnsiGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiUartDevicePathGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiSasDevicePathGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiVirtualDiskGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiVirtualCdGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiPersistentVirtualDiskGuid
|
|
## SOMETIMES_CONSUMES ## GUID
|
|
gEfiPersistentVirtualCdGuid
|
|
|
|
[Protocols]
|
|
gEfiDebugPortProtocolGuid ## UNDEFINED
|
|
|
|
[Pcd]
|
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumDevicePathNodeCount ## SOMETIMES_CONSUMES
|
|
|