1 | ## @file
|
---|
2 | # Provides shell install1 functions
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010006
|
---|
12 | BASE_NAME = UefiShellBcfgCommandLib
|
---|
13 | FILE_GUID = F6A3BF5D-4095-4E4F-9670-408770C2DBDF
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.1
|
---|
16 | LIBRARY_CLASS = BcfgCommandLib|UEFI_APPLICATION UEFI_DRIVER
|
---|
17 |
|
---|
18 | [Sources.common]
|
---|
19 | UefiShellBcfgCommandLib.c
|
---|
20 | UefiShellBcfgCommandLib.uni
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | MdePkg/MdePkg.dec
|
---|
24 | ShellPkg/ShellPkg.dec
|
---|
25 | MdeModulePkg/MdeModulePkg.dec
|
---|
26 |
|
---|
27 | [LibraryClasses]
|
---|
28 | MemoryAllocationLib
|
---|
29 | BaseLib
|
---|
30 | BaseMemoryLib
|
---|
31 | DebugLib
|
---|
32 | ShellCommandLib
|
---|
33 | ShellLib
|
---|
34 | UefiLib
|
---|
35 | UefiRuntimeServicesTableLib
|
---|
36 | UefiBootServicesTableLib
|
---|
37 | SortLib
|
---|
38 | PrintLib
|
---|
39 | UefiBootManagerLib
|
---|
40 |
|
---|
41 | [Guids]
|
---|
42 | gShellBcfgHiiGuid ## SOMETIMES_CONSUMES ## HII
|
---|