1 | ## @file
|
---|
2 | # Provides shell install1 functions
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved. <BR>
|
---|
5 | #
|
---|
6 | # This program and the accompanying materials
|
---|
7 | # are licensed and made available under the terms and conditions of the BSD License
|
---|
8 | # which accompanies this distribution. The full text of the license may be found at
|
---|
9 | # http://opensource.org/licenses/bsd-license.php
|
---|
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
12 | #
|
---|
13 | #
|
---|
14 | ##
|
---|
15 | [Defines]
|
---|
16 | INF_VERSION = 0x00010006
|
---|
17 | BASE_NAME = UefiShellBcfgCommandLib
|
---|
18 | FILE_GUID = F6A3BF5D-4095-4E4F-9670-408770C2DBDF
|
---|
19 | MODULE_TYPE = UEFI_DRIVER
|
---|
20 | VERSION_STRING = 1.1
|
---|
21 | LIBRARY_CLASS = BcfgCommandLib|UEFI_APPLICATION UEFI_DRIVER
|
---|
22 |
|
---|
23 | [Sources.common]
|
---|
24 | UefiShellBcfgCommandLib.c
|
---|
25 | UefiShellBcfgCommandLib.uni
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | ShellPkg/ShellPkg.dec
|
---|
30 | MdeModulePkg/MdeModulePkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | MemoryAllocationLib
|
---|
34 | BaseLib
|
---|
35 | BaseMemoryLib
|
---|
36 | DebugLib
|
---|
37 | ShellCommandLib
|
---|
38 | ShellLib
|
---|
39 | UefiLib
|
---|
40 | UefiRuntimeServicesTableLib
|
---|
41 | UefiBootServicesTableLib
|
---|
42 | SortLib
|
---|
43 | PrintLib
|
---|
44 | UefiBootManagerLib
|
---|
45 |
|
---|
46 | [Guids]
|
---|
47 | gShellBcfgHiiGuid ## SOMETIMES_CONSUMES ## HII
|
---|