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
32 lines
931 B
Plaintext
32 lines
931 B
Plaintext
///** @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; |