You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
28 lines
656 B
INI
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
|
||
|
|
|