]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
Add "Debug1" profile (all but Edit and HexEdit commands)
[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 [Packages]
56 MdePkg/MdePkg.dec
57 ShellPkg/ShellPkg.dec
58 MdeModulePkg/MdeModulePkg.dec
59
60 [LibraryClasses]
61 MemoryAllocationLib
62 BaseLib
63 BaseMemoryLib
64 DebugLib
65 ShellCommandLib
66 ShellLib
67 UefiLib
68 UefiRuntimeServicesTableLib
69 UefiBootServicesTableLib
70 SortLib
71 PrintLib
72
73 [Pcd]
74 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask # ALWAYS_CONSUMED
75 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize # ALWAYS_CONSUMED
76
77 [Protocols]
78 gEfiPciRootBridgeIoProtocolGuid
79 gEfiBlockIoProtocolGuid
80
81 [Guids]
82 gEfiGlobalVariableGuid
83 gEfiSmbiosTableGuid
84