]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr
MdeModulePkg FileExplorerLib: Create file explorer library.
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorerVfr.vfr
CommitLineData
ba529e7e
ED
1///** @file
2//
3// File Explorer Formset
4//
5// Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
6// This software and associated documentation (if any) is furnished
7// under a license and may only be used or copied in accordance
8// with the terms of the license. Except as permitted by such
9// license, no part of this software or documentation may be
10// reproduced, stored in a retrieval system, or transmitted in any
11// form or by any means without the express written consent of
12// Intel Corporation.
13
14
15//**/
16
17#include "FormGuid.h"
18
19formset
20 guid = EFI_FILE_EXPLORE_FORMSET_GUID,
21 title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE),
22 help = STRING_TOKEN(STR_NULL_STRING),
23 classguid = EFI_FILE_EXPLORE_FORMSET_GUID,
24
25 form formid = FORM_FILE_EXPLORER_ID,
26 title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE);
27
28 label FORM_FILE_EXPLORER_ID;
29 label LABEL_END;
30 endform;
31
32endformset;