1## @file 2# Provides shell install1 functions 3# 4# Copyright (c) 2010 - 2015, 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 = UefiShellInstall1CommandsLib 18 FILE_GUID = D250E364-51C6-49ed-AEBF-6D83F5130F74 19 MODULE_TYPE = UEFI_DRIVER 20 VERSION_STRING = 1.0 21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER 22 CONSTRUCTOR = ShellInstall1CommandsLibConstructor 23 DESTRUCTOR = ShellInstall1CommandsLibDestructor 24 25[Sources.common] 26 UefiShellInstall1CommandsLib.c 27 28[Packages] 29 MdePkg/MdePkg.dec 30 ShellPkg/ShellPkg.dec 31 MdeModulePkg/MdeModulePkg.dec 32 33[LibraryClasses] 34 MemoryAllocationLib 35 BaseLib 36 BaseMemoryLib 37 DebugLib 38 ShellCommandLib 39 ShellLib 40 UefiLib 41 UefiRuntimeServicesTableLib 42 UefiBootServicesTableLib 43 SortLib 44 PrintLib 45 BcfgCommandLib 46 47[Pcd] 48 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES 49 50[Guids] 51 gShellInstall1HiiGuid ## UNDEFINED 52