]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/FileExplorerLib/FileExplorer.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorer.h
1 /** @file
2 File explorer lib.
3
4 Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
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 #ifndef _FILE_EXPLORER_H_
15 #define _FILE_EXPLORER_H_
16
17 #include <PiDxe.h>
18 #include <Guid/FileSystemVolumeLabelInfo.h>
19 #include <Guid/FileInfo.h>
20 #include <Guid/MdeModuleHii.h>
21
22 #include <Protocol/HiiConfigAccess.h>
23 #include <Protocol/DevicePath.h>
24 #include <Protocol/SimpleFileSystem.h>
25 #include <Protocol/DevicePathToText.h>
26 #include <Protocol/FormBrowser2.h>
27
28 #include <Library/DebugLib.h>
29 #include <Library/BaseMemoryLib.h>
30 #include <Library/UefiBootServicesTableLib.h>
31 #include <Library/MemoryAllocationLib.h>
32 #include <Library/BaseLib.h>
33 #include <Library/UefiLib.h>
34 #include <Library/DevicePathLib.h>
35 #include <Library/FileExplorerLib.h>
36 #include <Library/HiiLib.h>
37 #include <Library/PrintLib.h>
38
39 #include "FormGuid.h"
40
41 #define FILE_EXPLORER_CALLBACK_DATA_SIGNATURE SIGNATURE_32 ('f', 'e', 'c', 'k')
42
43
44 #pragma pack(1)
45
46 ///
47 /// HII specific Vendor Device Path definition.
48 ///
49 typedef struct {
50 VENDOR_DEVICE_PATH VendorDevicePath;
51 EFI_DEVICE_PATH_PROTOCOL End;
52 } HII_VENDOR_DEVICE_PATH;
53
54 typedef struct {
55 EFI_HANDLE DeviceHandle;
56 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
57 EFI_FILE_HANDLE FileHandle;
58 UINT16 *FileName;
59
60 BOOLEAN IsRoot;
61 BOOLEAN IsDir;
62 } FILE_CONTEXT;
63
64 typedef struct {
65 UINTN Signature;
66 LIST_ENTRY Link;
67 UINT16 *DisplayString;
68 UINT16 *HelpString;
69 EFI_STRING_ID DisplayStringToken;
70 EFI_STRING_ID HelpStringToken;
71 VOID *VariableContext;
72 } MENU_ENTRY;
73
74 typedef struct {
75 UINTN Signature;
76 LIST_ENTRY Head;
77 UINTN MenuNumber;
78 BOOLEAN Used;
79 } MENU_OPTION;
80
81 typedef struct {
82 //
83 // Shared callback data.
84 //
85 UINTN Signature;
86
87 //
88 // File explorer formset callback data.
89 //
90 EFI_HII_HANDLE FeHiiHandle;
91 EFI_HANDLE FeDriverHandle;
92 EFI_HII_CONFIG_ACCESS_PROTOCOL FeConfigAccess;
93 EFI_FORM_BROWSER2_PROTOCOL *FormBrowser2;
94 MENU_OPTION *FsOptionMenu;
95 CHAR16 *FileType;
96 CHOOSE_HANDLER ChooseHandler;
97 EFI_DEVICE_PATH_PROTOCOL *RetDevicePath;
98
99 } FILE_EXPLORER_CALLBACK_DATA;
100
101 #define FILE_EXPLORER_PRIVATE_FROM_THIS(a) CR (a, FILE_EXPLORER_CALLBACK_DATA, FeConfigAccess, FILE_EXPLORER_CALLBACK_DATA_SIGNATURE)
102
103 #pragma pack()
104
105 extern UINT8 FileExplorerVfrBin[];
106
107 #define MENU_OPTION_SIGNATURE SIGNATURE_32 ('m', 'e', 'n', 'u')
108 #define MENU_ENTRY_SIGNATURE SIGNATURE_32 ('e', 'n', 't', 'r')
109
110 ///
111 /// Define the maximum characters that will be accepted.
112 ///
113 #define MAX_CHAR 480
114 #define FILE_OPTION_OFFSET 0x8000
115 #define FILE_OPTION_MASK 0x7FFF
116 #define QUESTION_ID_UPDATE_STEP 200
117 #define MAX_FILE_NAME_LEN 20
118 #define MAX_FOLDER_NAME_LEN 20
119 #define NEW_FILE_QUESTION_ID_BASE 0x5000;
120 #define NEW_FOLDER_QUESTION_ID_BASE 0x6000;
121
122 /**
123 This function processes the results of changes in configuration.
124 When user select a interactive opcode, this callback will be triggered.
125 Based on the Question(QuestionId) that triggers the callback, the corresponding
126 actions is performed. It handles:
127
128 1) the addition of boot option.
129 2) the addition of driver option.
130 3) exit from file browser
131 4) update of file content if a dir is selected.
132 5) boot the file if a file is selected in "boot from file"
133
134
135 @param This Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL.
136 @param Action Specifies the type of action taken by the browser.
137 @param QuestionId A unique value which is sent to the original exporting driver
138 so that it can identify the type of data to expect.
139 @param Type The type of value for the question.
140 @param Value A pointer to the data being sent to the original exporting driver.
141 @param ActionRequest On return, points to the action requested by the callback function.
142
143 @retval EFI_SUCCESS The callback successfully handled the action.
144 @retval EFI_OUT_OF_RESOURCES Not enough storage is available to hold the variable and its data.
145 @retval EFI_DEVICE_ERROR The variable could not be saved.
146 @retval EFI_UNSUPPORTED The specified Action is not supported by the callback.
147
148 **/
149 EFI_STATUS
150 EFIAPI
151 LibCallback (
152 IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This,
153 IN EFI_BROWSER_ACTION Action,
154 IN EFI_QUESTION_ID QuestionId,
155 IN UINT8 Type,
156 IN EFI_IFR_TYPE_VALUE *Value,
157 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
158 );
159
160
161 /**
162 This function allows a caller to extract the current configuration for one
163 or more named elements from the target driver.
164
165
166 @param This - Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL.
167 @param Request - A null-terminated Unicode string in <ConfigRequest> format.
168 @param Progress - On return, points to a character in the Request string.
169 Points to the string's null terminator if request was successful.
170 Points to the most recent '&' before the first failing name/value
171 pair (or the beginning of the string if the failure is in the
172 first name/value pair) if the request was not successful.
173 @param Results - A null-terminated Unicode string in <ConfigAltResp> format which
174 has all values filled in for the names in the Request string.
175 String to be allocated by the called function.
176
177 @retval EFI_SUCCESS The Results is filled with the requested values.
178 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
179 @retval EFI_INVALID_PARAMETER Request is NULL, illegal syntax, or unknown name.
180 @retval EFI_NOT_FOUND Routing data doesn't match any storage in this driver.
181
182 **/
183 EFI_STATUS
184 EFIAPI
185 LibExtractConfig (
186 IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This,
187 IN CONST EFI_STRING Request,
188 OUT EFI_STRING *Progress,
189 OUT EFI_STRING *Results
190 );
191
192 /**
193 This function processes the results of changes in configuration.
194
195
196 @param This - Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL.
197 @param Configuration - A null-terminated Unicode string in <ConfigResp> format.
198 @param Progress - A pointer to a string filled in with the offset of the most
199 recent '&' before the first failing name/value pair (or the
200 beginning of the string if the failure is in the first
201 name/value pair) or the terminating NULL if all was successful.
202
203 @retval EFI_SUCCESS The Results is processed successfully.
204 @retval EFI_INVALID_PARAMETER Configuration is NULL.
205 @retval EFI_NOT_FOUND Routing data doesn't match any storage in this driver.
206
207 **/
208 EFI_STATUS
209 EFIAPI
210 LibRouteConfig (
211 IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This,
212 IN CONST EFI_STRING Configuration,
213 OUT EFI_STRING *Progress
214 );
215
216 /**
217 Update the file explower page with the refershed file system.
218
219 @param KeyValue Key value to identify the type of data to expect.
220
221 @retval EFI_SUCCESS Update the file explorer form success.
222 @retval other errors Error occur when parse one directory.
223
224 **/
225 EFI_STATUS
226 LibUpdateFileExplorer (
227 IN UINT16 KeyValue
228 );
229
230
231 /**
232 Get the device path info saved in the menu structure.
233
234 @param KeyValue Key value to identify the type of data to expect.
235
236 **/
237 VOID
238 LibGetDevicePath (
239 IN UINT16 KeyValue
240 );
241
242 #endif