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