]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.inf
CommitLineData
5d73d92f 1## @file\r
2# Provides shell Debug1 profile functions\r
3#\r
bca163ff 4# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
5d73d92f 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
980d554e 44 SmbiosView/EventLogInfo.c\r
4bcb7fe7 45 SmbiosView/EventLogInfo.h\r
980d554e 46 SmbiosView/PrintInfo.c\r
47 SmbiosView/QueryTable.c\r
48 SmbiosView/SmbiosView.c\r
49 SmbiosView/Smbios.c\r
50 SmbiosView/SmbiosViewStrings.uni\r
51 SmbiosView/LibSmbiosView.c\r
4bcb7fe7
ED
52 SmbiosView/PrintInfo.h\r
53 SmbiosView/LibSmbiosView.h\r
54 SmbiosView/LibSmbios.h\r
55 SmbiosView/QueryTable.h\r
a1d4bfcc 56 SmbiosView/SmbiosView.h\r
5d73d92f 57 UefiShellDebug1CommandsLib.c\r
58 UefiShellDebug1CommandsLib.h\r
59 UefiShellDebug1CommandsLib.uni\r
60\r
3737ac2b 61## Files shared by both editors\r
62 EditTitleBar.h\r
63 EditTitleBar.c\r
64 EditInputBar.h\r
65 EditInputBar.c\r
66 EditStatusBar.h\r
67 EditStatusBar.c\r
68 EditMenuBar.h\r
69 EditMenuBar.c\r
70 \r
71## Files specific to the text editor \r
980d554e 72 Edit/Edit.c\r
73 Edit/TextEditor.h\r
74 Edit/TextEditorTypes.h\r
75 Edit/FileBuffer.h\r
76 Edit/FileBuffer.c\r
77 Edit/MainTextEditor.h\r
78 Edit/MainTextEditor.c\r
79 Edit/Misc.h\r
80 Edit/Misc.c\r
81 Edit/TextEditStrings.uni\r
3737ac2b 82 \r
83## Files specific to the HEX editor\r
980d554e 84 HexEdit/BufferImage.h\r
85 HexEdit/BufferImage.c\r
86 HexEdit/Clipboard.h\r
87 HexEdit/Clipboard.c\r
88 HexEdit/DiskImage.h\r
89 HexEdit/DiskImage.c\r
90 HexEdit/FileImage.h\r
91 HexEdit/FileImage.c\r
92 HexEdit/HexEdit.c\r
93 HexEdit/HexEditor.h\r
94 HexEdit/HexEditorTypes.h\r
95 HexEdit/HexeditStrings.uni\r
96 HexEdit/MainHexEditor.h\r
97 HexEdit/MainHexEditor.c\r
98 HexEdit/MemImage.h\r
99 HexEdit/MemImage.c\r
100 HexEdit/Misc.h\r
101 HexEdit/Misc.c\r
3737ac2b 102\r
5d73d92f 103[Packages]\r
104 MdePkg/MdePkg.dec\r
105 ShellPkg/ShellPkg.dec\r
106 MdeModulePkg/MdeModulePkg.dec\r
107\r
108[LibraryClasses]\r
109 MemoryAllocationLib\r
110 BaseLib\r
111 BaseMemoryLib\r
112 DebugLib\r
113 ShellCommandLib\r
114 ShellLib\r
115 UefiLib\r
116 UefiRuntimeServicesTableLib\r
117 UefiBootServicesTableLib\r
118 SortLib\r
119 PrintLib\r
120\r
121[Pcd]\r
3737ac2b 122 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED\r
123 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED\r
124 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength # ALWAYS_CONSUMED\r
5d73d92f 125\r
126[Protocols]\r
127 gEfiPciRootBridgeIoProtocolGuid\r
128 gEfiBlockIoProtocolGuid\r
3737ac2b 129 gEfiSimplePointerProtocolGuid\r
5d73d92f 130\r
131[Guids]\r
132 gEfiGlobalVariableGuid\r
133 gEfiSmbiosTableGuid\r
3737ac2b 134 gEfiMpsTableGuid\r
135 gEfiSalSystemTableGuid\r
136 gEfiAcpi10TableGuid\r
137 gEfiAcpi20TableGuid\r
bca163ff 138 gShellDebug1HiiGuid\r