Files
slimbootloader/BootloaderCommonPkg/Library/StringSupportLib/StringSupportLib.inf
Subash Lakkimsetti 47a15937a1 String function Support library
Add string functionality in Osloader to a
common library

Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
2020-05-13 08:34:20 -07:00

28 lines
656 B
INI

## @file
# String Support Library Instance.
#
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = StringSupportLib
FILE_GUID = BB1506A8-93C9-11EA-BB37-0242AC130002
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = StringSupportLib
[Sources]
StringSupportLib.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
BaseLib
DebugLib