]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
smbiosview - add user input verification.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.inf
1 ## @file
2 # Provides shell Debug1 profile functions
3 #
4 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15 [Defines]
16 INF_VERSION = 0x00010006
17 BASE_NAME = UefiShellDebug1CommandsLib
18 FILE_GUID = 90330D51-A99B-4cc8-A2EB-AE22542A3F45
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
22 CONSTRUCTOR = UefiShellDebug1CommandsLibConstructor
23 DESTRUCTOR = UefiShellDebug1CommandsLibDestructor
24
25 [Sources]
26 SetSize.c
27 Comp.c
28 Mode.c
29 MemMap.c
30 Compress.h
31 Compress.c
32 EfiCompress.c
33 EfiDecompress.c
34 Dmem.c
35 LoadPciRom.c
36 Mm.c
37 SetVar.c
38 SerMode.c
39 Bcfg.c
40 Pci.c
41 Pci.h
42 DmpStore.c
43 Dblk.c
44 SmbiosView/EventLogInfo.c
45 SmbiosView/PrintInfo.c
46 SmbiosView/QueryTable.c
47 SmbiosView/SmbiosView.c
48 SmbiosView/Smbios.c
49 SmbiosView/SmbiosViewStrings.uni
50 SmbiosView/LibSmbiosView.c
51 UefiShellDebug1CommandsLib.c
52 UefiShellDebug1CommandsLib.h
53 UefiShellDebug1CommandsLib.uni
54
55 ## Files shared by both editors
56 EditTitleBar.h
57 EditTitleBar.c
58 EditInputBar.h
59 EditInputBar.c
60 EditStatusBar.h
61 EditStatusBar.c
62 EditMenuBar.h
63 EditMenuBar.c
64
65 ## Files specific to the text editor
66 Edit/Edit.c
67 Edit/TextEditor.h
68 Edit/TextEditorTypes.h
69 Edit/FileBuffer.h
70 Edit/FileBuffer.c
71 Edit/MainTextEditor.h
72 Edit/MainTextEditor.c
73 Edit/Misc.h
74 Edit/Misc.c
75 Edit/TextEditStrings.uni
76
77 ## Files specific to the HEX editor
78 HexEdit/BufferImage.h
79 HexEdit/BufferImage.c
80 HexEdit/Clipboard.h
81 HexEdit/Clipboard.c
82 HexEdit/DiskImage.h
83 HexEdit/DiskImage.c
84 HexEdit/FileImage.h
85 HexEdit/FileImage.c
86 HexEdit/HexEdit.c
87 HexEdit/HexEditor.h
88 HexEdit/HexEditorTypes.h
89 HexEdit/HexeditStrings.uni
90 HexEdit/MainHexEditor.h
91 HexEdit/MainHexEditor.c
92 HexEdit/MemImage.h
93 HexEdit/MemImage.c
94 HexEdit/Misc.h
95 HexEdit/Misc.c
96
97 [Packages]
98 MdePkg/MdePkg.dec
99 ShellPkg/ShellPkg.dec
100 MdeModulePkg/MdeModulePkg.dec
101
102 [LibraryClasses]
103 MemoryAllocationLib
104 BaseLib
105 BaseMemoryLib
106 DebugLib
107 ShellCommandLib
108 ShellLib
109 UefiLib
110 UefiRuntimeServicesTableLib
111 UefiBootServicesTableLib
112 SortLib
113 PrintLib
114
115 [Pcd]
116 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
117 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED
118 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength # ALWAYS_CONSUMED
119
120 [Protocols]
121 gEfiPciRootBridgeIoProtocolGuid
122 gEfiBlockIoProtocolGuid
123 gEfiSimplePointerProtocolGuid
124
125 [Guids]
126 gEfiGlobalVariableGuid
127 gEfiSmbiosTableGuid
128 gEfiMpsTableGuid
129 gEfiSalSystemTableGuid
130 gEfiAcpi10TableGuid
131 gEfiAcpi20TableGuid
132