aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf
blob: a80d2cf11157d4d3e63215e3794a7a522cc9720c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = UefiShellUfmCommandLib
  FILE_GUID                      = 0326b619-e996-45f8-8dd3-9aebeb59b647
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = UfmCommandLib|UEFI_APPLICATION UEFI_DRIVER
  CONSTRUCTOR                    = UefiUfmConstructor
  DESTRUCTOR                     = UefiUfmDestructor
  VALID_ARCHITECTURES            = X64

[Sources]
  tbi/screen.c
  tbi/win.c
  menu-bar.c
  command-bar.c
  panel.c
  dir.c
  fs.c
  actions.c
  UefiShellUfmCommandLib.c
  
[Packages]
  MdeModulePkg/MdeModulePkg.dec
  MdePkg/MdePkg.dec
  ShellPkg/ShellPkg.dec
  
[LibraryClasses]
  BaseLib
  DebugLib
  DevicePathLib
  MemoryAllocationLib
  PrintLib
  ShellCommandLib
  ShellLib
  UefiApplicationEntryPoint
  UefiBootServicesTableLib
  UefiLib
  UefiRuntimeServicesTableLib
  
[Guids]

[Ppis]

[Protocols]
  gEfiSimpleFileSystemProtocolGuid

[FeaturePcd]

[Pcd]