mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Adds a Pedro Falcato's UEFI EXT4 filesystem driver that implements the EFI_FILE_PROTOCOL and EFI_SIMPLE_FILE_SYSTEM_PROTOCOL. Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
15 lines
364 B
PHP
15 lines
364 B
PHP
## @file
|
|
# Ext4 DSC include file for [Defines] section of all Architectures.
|
|
#
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
!ifndef EXT4_ENABLE
|
|
#
|
|
# This flag is to enable or disable the ext4 feature.
|
|
#
|
|
DEFINE EXT4_ENABLE = TRUE
|
|
!endif
|