Eric Dong ba529e7e5a 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
2015-11-23 05:41:28 +00:00

26 lines
1.8 KiB
Plaintext

///** @file
//
// String definitions for Boot Maintenance Utility.
//
// Copyright (c) 2004 - 2015, 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.
//**/
/=#
#langdef en-US "English"
#langdef fr-FR "Français"
#string STR_NULL_STRING #language en-US " "
#language fr-FR " "
#string STR_FILE_EXPLORER_TITLE #language en-US "File Explorer"
#language fr-FR "File Explorer"