42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
## @file
|
|
# Component description file for SetupDefaultLib module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2013 - 2015, 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 = SetupDefaultLib
|
|
FILE_GUID = 33D7D8D1-A8DC-4DCB-BFF5-9665538185A4
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = BaseSetupDefaultLib
|
|
|
|
[Sources]
|
|
SetupDefaultLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
KernelConfigLib
|
|
DebugLib
|
|
PcdLib
|
|
VariableLib
|
|
|
|
[Guids]
|
|
|
|
[Protocols]
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdLegacyBootTypeOrder
|
|
|