24 lines
900 B
INI
24 lines
900 B
INI
## @file
|
|
# Support routines for tool modules
|
|
#
|
|
#******************************************************************************
|
|
#* 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 = ToolLib
|
|
FILE_GUID = 544B8C0E-66A3-4B06-A365-382E2573014B
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = ToolLib
|
|
|
|
[Binaries]
|
|
LIB|ToolLib.lib
|