MdePkg/Include/Guid: Update the definition of FileName in EFI_FILE_INFO

Add the description of EFI_FILE_INFO FileName[1] field to align
with UEFI spec 2.10 Section 13.5.16.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Suqiang Ren 2024-01-22 23:02:36 -08:00 committed by mergify[bot]
parent 2ddae5df31
commit 417ebe6d1d
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ typedef struct {
UINT64 Attribute;
///
/// The Null-terminated name of the file.
/// For a root directory, the name is an empty string.
///
CHAR16 FileName[1];
} EFI_FILE_INFO;