diff options
Diffstat (limited to 'MdeModulePkg/Library/FileExplorerLib/FileExplorer.h')
-rw-r--r-- | MdeModulePkg/Library/FileExplorerLib/FileExplorer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorer.h b/MdeModulePkg/Library/FileExplorerLib/FileExplorer.h index ea0ad3d8e2..b9a84fb667 100644 --- a/MdeModulePkg/Library/FileExplorerLib/FileExplorer.h +++ b/MdeModulePkg/Library/FileExplorerLib/FileExplorer.h @@ -114,6 +114,10 @@ extern UINT8 FileExplorerVfrBin[]; #define FILE_OPTION_OFFSET 0x8000
#define FILE_OPTION_MASK 0x7FFF
#define QUESTION_ID_UPDATE_STEP 200
+#define MAX_FILE_NAME_LEN 20
+#define MAX_FOLDER_NAME_LEN 20
+#define NEW_FILE_QUESTION_ID_BASE 0x5000;
+#define NEW_FOLDER_QUESTION_ID_BASE 0x6000;
/**
This function processes the results of changes in configuration.
|