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>
12 lines
289 B
PHP
12 lines
289 B
PHP
## @file
|
|
# Ext4 FDF include file for All Architectures.
|
|
#
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
!if $(EXT4_ENABLE) == TRUE
|
|
INF Ext4Pkg/Ext4Dxe/Ext4Dxe.inf
|
|
!endif
|