]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
Update inf file to follow spec.
[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/EventLogInfo.h
46 SmbiosView/PrintInfo.c
47 SmbiosView/QueryTable.c
48 SmbiosView/SmbiosView.c
49 SmbiosView/Smbios.c
50 SmbiosView/SmbiosViewStrings.uni
51 SmbiosView/LibSmbiosView.c
52 SmbiosView/PrintInfo.h
53 SmbiosView/LibSmbiosView.h
54 SmbiosView/LibSmbios.h
55 SmbiosView/QueryTable.h
56 SmbiosView/smbiosview.h
57 UefiShellDebug1CommandsLib.c
58 UefiShellDebug1CommandsLib.h
59 UefiShellDebug1CommandsLib.uni
60
61 ## Files shared by both editors
62 EditTitleBar.h
63 EditTitleBar.c
64 EditInputBar.h
65 EditInputBar.c
66 EditStatusBar.h
67 EditStatusBar.c
68 EditMenuBar.h
69 EditMenuBar.c
70
71 ## Files specific to the text editor
72 Edit/Edit.c
73 Edit/TextEditor.h
74 Edit/TextEditorTypes.h
75 Edit/FileBuffer.h
76 Edit/FileBuffer.c
77 Edit/MainTextEditor.h
78 Edit/MainTextEditor.c
79 Edit/Misc.h
80 Edit/Misc.c
81 Edit/TextEditStrings.uni
82
83 ## Files specific to the HEX editor
84 HexEdit/BufferImage.h
85 HexEdit/BufferImage.c
86 HexEdit/Clipboard.h
87 HexEdit/Clipboard.c
88 HexEdit/DiskImage.h
89 HexEdit/DiskImage.c
90 HexEdit/FileImage.h
91 HexEdit/FileImage.c
92 HexEdit/HexEdit.c
93 HexEdit/HexEditor.h
94 HexEdit/HexEditorTypes.h
95 HexEdit/HexeditStrings.uni
96 HexEdit/MainHexEditor.h
97 HexEdit/MainHexEditor.c
98 HexEdit/MemImage.h
99 HexEdit/MemImage.c
100 HexEdit/Misc.h
101 HexEdit/Misc.c
102
103 [Packages]
104 MdePkg/MdePkg.dec
105 ShellPkg/ShellPkg.dec
106 MdeModulePkg/MdeModulePkg.dec
107
108 [LibraryClasses]
109 MemoryAllocationLib
110 BaseLib
111 BaseMemoryLib
112 DebugLib
113 ShellCommandLib
114 ShellLib
115 UefiLib
116 UefiRuntimeServicesTableLib
117 UefiBootServicesTableLib
118 SortLib
119 PrintLib
120
121 [Pcd]
122 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
123 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED
124 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength # ALWAYS_CONSUMED
125
126 [Protocols]
127 gEfiPciRootBridgeIoProtocolGuid
128 gEfiBlockIoProtocolGuid
129 gEfiSimplePointerProtocolGuid
130
131 [Guids]
132 gEfiGlobalVariableGuid
133 gEfiSmbiosTableGuid
134 gEfiMpsTableGuid
135 gEfiSalSystemTableGuid
136 gEfiAcpi10TableGuid
137 gEfiAcpi20TableGuid
138