diff options
author | Eric Dong <eric.dong@intel.com> | 2015-11-23 05:41:28 +0000 |
---|---|---|
committer | ydong10 <ydong10@Edk2> | 2015-11-23 05:41:28 +0000 |
commit | ba529e7e5a78e8f20916e1ead53b47a68ac46118 (patch) | |
tree | 1ce613f11bde62f67cd5edce1d8526e550e20aa8 /MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr | |
parent | 8084b26e926ba3bf12b8110e7d49d3c928bb17d6 (diff) | |
download | edk2-platforms-ba529e7e5a78e8f20916e1ead53b47a68ac46118.tar.xz |
MdeModulePkg FileExplorerLib: Create file explorer library.
This library support select one file from the specified directory or from system root directory.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18917 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr')
-rw-r--r-- | MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr b/MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr new file mode 100644 index 0000000000..ee9755fb5d --- /dev/null +++ b/MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr @@ -0,0 +1,32 @@ +///** @file +// +// File Explorer Formset +// +// Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR> +// This software and associated documentation (if any) is furnished +// under a license and may only be used or copied in accordance +// with the terms of the license. Except as permitted by such +// license, no part of this software or documentation may be +// reproduced, stored in a retrieval system, or transmitted in any +// form or by any means without the express written consent of +// Intel Corporation. + + +//**/ + +#include "FormGuid.h" + +formset + guid = EFI_FILE_EXPLORE_FORMSET_GUID, + title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE), + help = STRING_TOKEN(STR_NULL_STRING), + classguid = EFI_FILE_EXPLORE_FORMSET_GUID, + + form formid = FORM_FILE_EXPLORER_ID, + title = STRING_TOKEN(STR_FILE_EXPLORER_TITLE); + + label FORM_FILE_EXPLORER_ID; + label LABEL_END; + endform; + +endformset;
\ No newline at end of file |