Last change
on this file was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Provides shell install1 functions
|
---|
3 | #
|
---|
4 | # Copyright (c) 2010 - 2018, 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 = UefiShellInstall1CommandsLib
|
---|
13 | FILE_GUID = D250E364-51C6-49ed-AEBF-6D83F5130F74
|
---|
14 | MODULE_TYPE = UEFI_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
|
---|
17 | CONSTRUCTOR = ShellInstall1CommandsLibConstructor
|
---|
18 | DESTRUCTOR = ShellInstall1CommandsLibDestructor
|
---|
19 |
|
---|
20 | [Sources.common]
|
---|
21 | UefiShellInstall1CommandsLib.c
|
---|
22 |
|
---|
23 | [Packages]
|
---|
24 | MdePkg/MdePkg.dec
|
---|
25 | ShellPkg/ShellPkg.dec
|
---|
26 | MdeModulePkg/MdeModulePkg.dec
|
---|
27 |
|
---|
28 | [LibraryClasses]
|
---|
29 | MemoryAllocationLib
|
---|
30 | BaseLib
|
---|
31 | BaseMemoryLib
|
---|
32 | DebugLib
|
---|
33 | ShellCommandLib
|
---|
34 | ShellLib
|
---|
35 | UefiLib
|
---|
36 | UefiRuntimeServicesTableLib
|
---|
37 | UefiBootServicesTableLib
|
---|
38 | SortLib
|
---|
39 | PrintLib
|
---|
40 | BcfgCommandLib
|
---|
41 |
|
---|
42 | [Pcd]
|
---|
43 | gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
|
---|
44 |
|
---|
45 | [Guids]
|
---|
46 | gShellInstall1HiiGuid ## UNDEFINED
|
---|
Note:
See
TracBrowser
for help on using the repository browser.