]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
ShellPkg: Fix EFIAPI usage inconsistencies
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / UefiShellDriver1CommandsLib.inf
CommitLineData
a405b86d 1#/** @file\r
2# Provides shell driver1 profile functions\r
3#\r
fbec9c0f 4# Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>\r
a405b86d 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 UefiShellDriver1CommandsLib.c\r
30 UefiShellDriver1CommandsLib.h\r
31 UefiShellDriver1CommandsLib.uni\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 ShellPkg/ShellPkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 MemoryAllocationLib\r
40 BaseLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 ShellCommandLib\r
44 ShellLib\r
45 UefiLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiBootServicesTableLib\r
48 SortLib\r
49 PrintLib\r
50\r
51[Pcd]\r
52 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
53\r
54[Guids]\r
55 gEfiGlobalVariableGuid\r
56 gEfiConsoleInDeviceGuid\r
57 gEfiConsoleOutDeviceGuid\r