]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
Add "Debug1" profile (all but Edit and HexEdit commands)
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.inf
CommitLineData
5d73d92f 1## @file\r
2# Provides shell Debug1 profile functions\r
3#\r
4# Copyright (c) 2010, Intel Corporation.All rights reserved. <BR>\r
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 = UefiShellDebug1CommandsLib\r
18 FILE_GUID = 90330D51-A99B-4cc8-A2EB-AE22542A3F45\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER\r
22 CONSTRUCTOR = UefiShellDebug1CommandsLibConstructor\r
23 DESTRUCTOR = UefiShellDebug1CommandsLibDestructor\r
24\r
25[Sources]\r
26 SetSize.c\r
27 Comp.c\r
28 Mode.c\r
29 MemMap.c\r
30 Compress.h\r
31 Compress.c\r
32 EfiCompress.c\r
33 EfiDecompress.c\r
34 Dmem.c\r
35 LoadPciRom.c\r
36 Mm.c\r
37 SetVar.c\r
38 SerMode.c\r
39 Bcfg.c\r
40 Pci.c\r
41 Pci.h\r
42 DmpStore.c\r
43 Dblk.c\r
44 ./SmbiosView/EventLogInfo.c\r
45 ./SmbiosView/PrintInfo.c\r
46 ./SmbiosView/QueryTable.c\r
47 ./SmbiosView/SmbiosView.c\r
48 ./SmbiosView/Smbios.c\r
49 ./SmbiosView/SmbiosViewStrings.uni\r
50 ./SmbiosView/LibSmbiosView.c\r
51 UefiShellDebug1CommandsLib.c\r
52 UefiShellDebug1CommandsLib.h\r
53 UefiShellDebug1CommandsLib.uni\r
54\r
55[Packages]\r
56 MdePkg/MdePkg.dec\r
57 ShellPkg/ShellPkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59\r
60[LibraryClasses]\r
61 MemoryAllocationLib\r
62 BaseLib\r
63 BaseMemoryLib\r
64 DebugLib\r
65 ShellCommandLib\r
66 ShellLib\r
67 UefiLib\r
68 UefiRuntimeServicesTableLib\r
69 UefiBootServicesTableLib\r
70 SortLib\r
71 PrintLib\r
72\r
73[Pcd]\r
74 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
75 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED\r
76\r
77[Protocols]\r
78 gEfiPciRootBridgeIoProtocolGuid\r
79 gEfiBlockIoProtocolGuid\r
80\r
81[Guids]\r
82 gEfiGlobalVariableGuid\r
83 gEfiSmbiosTableGuid\r
84\r