]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
7ea306d0700bc50af4e5d01d1fc5ed4699a52446
[mirror_edk2.git] / ShellPkg / Library / UefiShellInstall1CommandsLib / UefiShellInstall1CommandsLib.inf
1 ## @file
2 # Provides shell install1 functions
3 #
4 # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>
5 # (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16 [Defines]
17 INF_VERSION = 0x00010006
18 BASE_NAME = UefiShellInstall1CommandsLib
19 FILE_GUID = D250E364-51C6-49ed-AEBF-6D83F5130F74
20 MODULE_TYPE = UEFI_DRIVER UEFI_APPLICATION
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
23 CONSTRUCTOR = ShellInstall1CommandsLibConstructor
24 DESTRUCTOR = ShellInstall1CommandsLibDestructor
25
26 [Sources.common]
27 UefiShellInstall1CommandsLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 ShellPkg/ShellPkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33
34 [LibraryClasses]
35 MemoryAllocationLib
36 BaseLib
37 BaseMemoryLib
38 DebugLib
39 ShellCommandLib
40 ShellLib
41 UefiLib
42 UefiRuntimeServicesTableLib
43 UefiBootServicesTableLib
44 SortLib
45 PrintLib
46 BcfgCommandLib
47
48 [Pcd]
49 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES
50
51 [Guids]
52 gShellInstall1HiiGuid ## UNDEFINED