]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr
EmbeddedPkg/GdbDebugAgent: fix VOID* cast of incorrect size
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorerVfr.vfr
CommitLineData
4c8274a0
ED
1///** @file\r
2//\r
3// File Explorer Formset\r
4//\r
5// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
6// This program and the accompanying materials\r
7// are licensed and made available under the terms and conditions of the BSD License\r
8// which accompanies this distribution. The full text of the license may be found at\r
9// http://opensource.org/licenses/bsd-license.php\r
10//\r
11// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13//\r
14//**/\r
15\r
16#include "FormGuid.h"\r
17\r
18formset\r
19 guid = EFI_FILE_EXPLORE_FORMSET_GUID,\r
20 title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE),\r
21 help = STRING_TOKEN(STR_NULL_STRING),\r
22 classguid = EFI_FILE_EXPLORE_FORMSET_GUID,\r
23\r
24 form formid = FORM_FILE_EXPLORER_ID,\r
25 title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE);\r
26\r
27 label FORM_FILE_EXPLORER_ID;\r
28 label LABEL_END;\r
29 endform;\r
30\r
ba529e7e 31endformset;