]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
ShellPkg: Fixes and updates for the 'devices' command
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / UefiShellDriver1CommandsLib.inf
CommitLineData
4ba49616 1## @file\r
2# Provides shell driver1 profile functions\r
3#\r
bca163ff 4# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
4ba49616 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = UefiShellDriver1CommandsLib\r
18 FILE_GUID = 313D3674-3ED4-48fd-BF97-7DB35D4190D1\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
22 CONSTRUCTOR = UefiShellDriver1CommandsLibConstructor\r
23 DESTRUCTOR = UefiShellDriver1CommandsLibDestructor\r
24\r
25[Sources]\r
26 Connect.c\r
27 Devices.c\r
28 OpenInfo.c\r
29 Disconnect.c\r
30 Reconnect.c\r
31 Unload.c\r
32 DrvDiag.c\r
33 Dh.c\r
34 Drivers.c\r
35 DevTree.c\r
36 DrvCfg.c\r
37 UefiShellDriver1CommandsLib.c\r
38 UefiShellDriver1CommandsLib.h\r
39 UefiShellDriver1CommandsLib.uni\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 ShellPkg/ShellPkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 BaseLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 ShellCommandLib\r
52 ShellLib\r
53 UefiLib\r
54 UefiRuntimeServicesTableLib\r
55 UefiBootServicesTableLib\r
56 SortLib\r
57 PrintLib\r
58 PeCoffGetEntryPointLib\r
59\r
60[Pcd]\r
61 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
62\r
63[Protocols]\r
64 gEfiDriverHealthProtocolGuid # ALWAYS_CONSUMED\r
65 gEfiDriverFamilyOverrideProtocolGuid # ALWAYS_CONSUMED\r
66 gEfiHiiConfigAccessProtocolGuid # ALWAYS_CONSUMED\r
67 gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED\r
68\r
69[Guids]\r
70 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
71 gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED\r
72 gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED\r
bca163ff 73 gShellDriver1HiiGuid ## PRODUCES\r