2014-09-10 22:30:38 +02:00
|
|
|
## @file
|
|
|
|
# Provides shell install1 functions
|
|
|
|
#
|
2017-02-23 07:03:43 +01:00
|
|
|
# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>
|
2014-09-10 22:30:38 +02:00
|
|
|
#
|
2019-04-04 01:07:06 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2014-09-10 22:30:38 +02:00
|
|
|
#
|
|
|
|
#
|
|
|
|
##
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010006
|
|
|
|
BASE_NAME = UefiShellBcfgCommandLib
|
|
|
|
FILE_GUID = F6A3BF5D-4095-4E4F-9670-408770C2DBDF
|
|
|
|
MODULE_TYPE = UEFI_DRIVER
|
2016-01-21 19:40:48 +01:00
|
|
|
VERSION_STRING = 1.1
|
2014-09-10 22:30:38 +02:00
|
|
|
LIBRARY_CLASS = BcfgCommandLib|UEFI_APPLICATION UEFI_DRIVER
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
UefiShellBcfgCommandLib.c
|
|
|
|
UefiShellBcfgCommandLib.uni
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
ShellPkg/ShellPkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
MemoryAllocationLib
|
|
|
|
BaseLib
|
|
|
|
BaseMemoryLib
|
|
|
|
DebugLib
|
|
|
|
ShellCommandLib
|
|
|
|
ShellLib
|
|
|
|
UefiLib
|
|
|
|
UefiRuntimeServicesTableLib
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
SortLib
|
|
|
|
PrintLib
|
2017-02-23 07:03:43 +01:00
|
|
|
UefiBootManagerLib
|
2014-09-10 22:30:38 +02:00
|
|
|
|
|
|
|
[Guids]
|
2015-01-22 02:44:11 +01:00
|
|
|
gShellBcfgHiiGuid ## SOMETIMES_CONSUMES ## HII
|