]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
Enhance code to more safely and follow coding style.
[mirror_edk2.git] / ShellPkg / Library / UefiShellInstall1CommandsLib / UefiShellInstall1CommandsLib.inf
1 ## @file
2 # Provides shell install1 functions
3 #
4 # Copyright (c) 2010 - 2011, 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 UefiShellInstall1CommandsLib.h
28 UefiShellInstall1CommandsLib.uni
29 Bcfg.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 ShellPkg/ShellPkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36 [LibraryClasses]
37 MemoryAllocationLib
38 BaseLib
39 BaseMemoryLib
40 DebugLib
41 ShellCommandLib
42 ShellLib
43 UefiLib
44 UefiRuntimeServicesTableLib
45 UefiBootServicesTableLib
46 SortLib
47 PrintLib
48
49 [Pcd]
50 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
51
52 [Guids]
53 gShellInstall1HiiGuid