]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
ShellPkg: Update header file including style
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / UefiShellDriver1CommandsLib.inf
CommitLineData
4ba49616 1## @file\r
2# Provides shell driver1 profile functions\r
3#\r
ecd07f37 4# Copyright (c) 2010 - 2015, 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
86819ad0 19 MODULE_TYPE = UEFI_APPLICATION\r
4ba49616 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
ecd07f37 61 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES\r
4ba49616 62\r
63[Protocols]\r
06ac66ec
LG
64 gEfiDriverHealthProtocolGuid ## UNDEFINED\r
65 gEfiDriverFamilyOverrideProtocolGuid ## UNDEFINED\r
66 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES\r
ecd07f37 67 gEfiHiiDatabaseProtocolGuid ## CONSUMES\r
4ba49616 68\r
69[Guids]\r
06ac66ec 70 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## GUID\r
ecd07f37
QS
71 gEfiConsoleInDeviceGuid ## CONSUMES ## GUID\r
72 gEfiConsoleOutDeviceGuid ## CONSUMES ## GUID\r
73 gShellDriver1HiiGuid ## PRODUCES ## HII\r