]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
ShellPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ShellPkg / Library / UefiShellInstall1CommandsLib / UefiShellInstall1CommandsLib.inf
CommitLineData
75aadf59 1## @file\r
2# Provides shell install1 functions\r
3#\r
ba0014b9 4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved. <BR>\r
75aadf59 5#\r
56ba3746 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
75aadf59 7#\r
8#\r
9##\r
10[Defines]\r
11 INF_VERSION = 0x00010006\r
12 BASE_NAME = UefiShellInstall1CommandsLib\r
13 FILE_GUID = D250E364-51C6-49ed-AEBF-6D83F5130F74\r
bdc063e1 14 MODULE_TYPE = UEFI_DRIVER\r
75aadf59 15 VERSION_STRING = 1.0\r
16 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
17 CONSTRUCTOR = ShellInstall1CommandsLibConstructor\r
18 DESTRUCTOR = ShellInstall1CommandsLibDestructor\r
19\r
20[Sources.common]\r
21 UefiShellInstall1CommandsLib.c\r
75aadf59 22\r
23[Packages]\r
24 MdePkg/MdePkg.dec\r
25 ShellPkg/ShellPkg.dec\r
26 MdeModulePkg/MdeModulePkg.dec\r
27\r
28[LibraryClasses]\r
29 MemoryAllocationLib\r
30 BaseLib\r
31 BaseMemoryLib\r
32 DebugLib\r
33 ShellCommandLib\r
34 ShellLib\r
35 UefiLib\r
36 UefiRuntimeServicesTableLib\r
37 UefiBootServicesTableLib\r
38 SortLib\r
39 PrintLib\r
fba9b6ba 40 BcfgCommandLib\r
75aadf59 41\r
42[Pcd]\r
ecd07f37 43 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
75aadf59 44\r
bca163ff 45[Guids]\r
ba0014b9 46 gShellInstall1HiiGuid ## UNDEFINED\r