You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
These files are needed to build Ext4Pkg. Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
18 lines
586 B
Plaintext
18 lines
586 B
Plaintext
## @file
|
|
# Ext4 Package
|
|
#
|
|
# This package provides libraries and drivers related to the ext4 filesystem implementation.
|
|
# More details are available at: https://www.kernel.org/doc/html/v5.4/filesystems/ext4/index.html
|
|
#
|
|
# Copyright (c) 2021 Pedro Falcato
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
DEC_SPECIFICATION = 0x00010005
|
|
PACKAGE_NAME = Ext4Pkg
|
|
PACKAGE_UNI_FILE = Ext4Pkg.uni
|
|
PACKAGE_GUID = 6B4BF998-668B-46D3-BCFA-971F99F8708C
|
|
PACKAGE_VERSION = 0.1
|