Files
slimbootloader/BootloaderCommonPkg/Library/BootloaderCommonLib/BootloaderCommonLib.inf
Maurice Ma 162b849e11 Add HelloWorld payload example
This patch added an example on how to build a HelloWorld payload
from separate DSC file.

To build a standalone HelloWorld payload, use the following command:
  BuildLoader.py build_dsc -p PayloadPkg\PayloadPkg.dsc

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-08-12 12:33:20 -07:00

38 lines
930 B
INI

## @file
#
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BootloaderCommonLib
FILE_GUID = 12E7B4D9-BC4B-4BE2-9988-6CEC92D6C683
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = BootloaderCommonLib
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF
#
[Sources]
BootloaderCommonLib.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[Pcd]
gPlatformCommonLibTokenSpaceGuid.PcdMaxLibraryDataEntry
gPlatformCommonLibTokenSpaceGuid.PcdDebugOutputDeviceMask
[LibraryClasses]
BaseLib
DebugLib
BootloaderLib
HobLib