46 lines
1.2 KiB
INI
46 lines
1.2 KiB
INI
## @file
|
|
# Component description file for the Device Information library.
|
|
#
|
|
#******************************************************************************
|
|
#* 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 = 0x00010005
|
|
BASE_NAME = DeviceInfoLib
|
|
FILE_GUID = 47BE5DEF-6D27-4dc1-9960-EB729E65E06B
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = DeviceInfoLib
|
|
|
|
[Sources]
|
|
DeviceInfoLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
DebugLib
|
|
DevicePathLib
|
|
MemoryAllocationLib
|
|
PcdLib
|
|
UefiBootServicesTableLib
|
|
|
|
[Protocols]
|
|
gEfiDevicePathFromTextProtocolGuid
|
|
|
|
[Guids]
|
|
|
|
[Pcd]
|
|
gH2ODeviceInfoTokenSpaceGuid
|