]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
udk2010.up2.shell initial release.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / UefiShellDriver1CommandsLib.inf
1 #/** @file
2 # Provides shell driver1 profile functions
3 #
4 # Copyright (c) 2010, 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 = UefiShellDriver1CommandsLib
18 FILE_GUID = 313D3674-3ED4-48fd-BF97-7DB35D4190D1
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
22 CONSTRUCTOR = UefiShellDriver1CommandsLibConstructor
23 DESTRUCTOR = UefiShellDriver1CommandsLibDestructor
24
25 [Sources]
26 Connect.c
27 Devices.c
28 OpenInfo.c
29 UefiShellDriver1CommandsLib.c
30 UefiShellDriver1CommandsLib.h
31 UefiShellDriver1CommandsLib.uni
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 ShellPkg/ShellPkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 MemoryAllocationLib
40 BaseLib
41 BaseMemoryLib
42 DebugLib
43 ShellCommandLib
44 ShellLib
45 UefiLib
46 UefiRuntimeServicesTableLib
47 UefiBootServicesTableLib
48 SortLib
49 PrintLib
50
51 [Pcd]
52 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
53
54 [Guids]
55 gEfiGlobalVariableGuid
56 gEfiConsoleInDeviceGuid
57 gEfiConsoleOutDeviceGuid