From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web12.15991.1629060891079228127 for ; Sun, 15 Aug 2021 13:54:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=Yc4WULRp; spf=pass (domain: gmail.com, ip: 209.85.221.53, mailfrom: pedro.falcato@gmail.com) Received: by mail-wr1-f53.google.com with SMTP id r7so20937536wrs.0 for ; Sun, 15 Aug 2021 13:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=amOlc6wDy7Z4GwtqfDK3m398J9znxURQ2YjIFe1Lpws=; b=Yc4WULRpvRckTFVAdBOVJFXlxRY/kwtdzXMwxN2dtTqRL/Rxo63X2JUrezKGb9s19t cvKdQhHoYcAIggyelLiDDGLoplF8FzPJWuZX05aB7GvBYUCl/AyT/30d/xSI7cCmHzFu gy6BZ/7162nkAFk4GyI/9C8+eFi5CP2hJtbUNSjs2DMw/F8xVUVFJGueSZM0Hj7C/Lgr kMwM5ENI4FQTUkv1TazK8Ek8l/l8SgboodqQRnrX5LwptqY3t5CauvfT75S4dH1vzpuG teGag/qkM9dr8cXxmFwDnCzGSVJpGAilp7sA9xGnBs0qOH4f2TobY+1NDQny4lTPYcaZ 0BSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=amOlc6wDy7Z4GwtqfDK3m398J9znxURQ2YjIFe1Lpws=; b=MB/S/17Y+tsVAv9bO5rIPOjAkICHo/lN4tBnssFMnIQ9Iv3P9JcZ6pKtW9pfC71r+W EcG+1UBpx23HClQLHCdSHAIFHQMEBJCzBSXNihi+ukiOGEM1sovr8i8WAOgPaEAF5tF9 va8nch1DRtlmLhvoyaKMUMJSV8b1K/e/VE0OzEevJvnc9S+kIQOx6rKhHTcvfMo0FZOd DbRZbQ8VjJmvSGaP9/qz32NokK0X03qEZOYm5s/WQZA2h7Ph0sxlzn2tjutAT30kuw8F oOYVHCELroXT4UOr22Y8wP83g61Mt9t3VsE5b8IsxipW6d5YKMD8gyqxaApjr8YhhE1o x9Ew== X-Gm-Message-State: AOAM533+8xGNjUsVw/buYenn6Gn3yD51T1nL/XFDtQkFp4YMSRJhI/kJ 1tJiQYpURIA9BHLX556Xi8/BtLRvN+c+frm3 X-Google-Smtp-Source: ABdhPJw7XWwYwNQGnOzEYgxlXO3IVA1bSNINKr7jjAB9WOQMHpAicbaodq0xqb9N8b3BnvmRTlzCTA== X-Received: by 2002:a5d:688c:: with SMTP id h12mr14900561wru.313.1629060889515; Sun, 15 Aug 2021 13:54:49 -0700 (PDT) Return-Path: Received: from localhost.localdomain (bl8-253-151.dsl.telepac.pt. [85.241.253.151]) by smtp.gmail.com with ESMTPSA id e3sm9809653wrv.65.2021.08.15.13.54.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 Aug 2021 13:54:49 -0700 (PDT) From: "Pedro Falcato" To: devel@edk2.groups.io Cc: Pedro Falcato , Leif Lindholm , Michael D Kinney , Bret Barkelew Subject: [Patch v3 3/3] Ext4Pkg: Add .DSC file. Date: Sun, 15 Aug 2021 21:51:38 +0100 Message-Id: <20210815205138.99215-4-pedro.falcato@gmail.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210815205138.99215-1-pedro.falcato@gmail.com> References: <20210815205138.99215-1-pedro.falcato@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This file is required to build Ext4Pkg. Cc: Leif Lindholm Cc: Michael D Kinney Cc: Bret Barkelew Signed-off-by: Pedro Falcato --- Features/Ext4Pkg/Ext4Pkg.dsc | 68 ++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Features/Ext4Pkg/Ext4Pkg.dsc diff --git a/Features/Ext4Pkg/Ext4Pkg.dsc b/Features/Ext4Pkg/Ext4Pkg.dsc new file mode 100644 index 0000000000..62cb4e69cf --- /dev/null +++ b/Features/Ext4Pkg/Ext4Pkg.dsc @@ -0,0 +1,68 @@ +## @file=0D +# Ext4 Package=0D +#=0D +# This package provides libraries and drivers related to the ext4 filesys= tem implementation.=0D +# More details are available at: https://www.kernel.org/doc/html/v5.4/fil= esystems/ext4/index.html=0D +#=0D +# Copyright (c) 2021 Pedro Falcato=0D +# SPDX-License-Identifier: BSD-2-Clause-Patent=0D +#=0D +##=0D +=0D +=0D +[Defines]=0D + PLATFORM_NAME =3D Ext4=0D + PLATFORM_GUID =3D 6B4BF998-668B-46D3-BCFA-971F99F8708C= =0D + PLATFORM_VERSION =3D 0.1=0D + DSC_SPECIFICATION =3D 0x00010005=0D + SUPPORTED_ARCHITECTURES =3D IA32|X64|EBC|ARM|AARCH64|RISCV64=0D + OUTPUT_DIRECTORY =3D Build/Ext4Pkg=0D + BUILD_TARGETS =3D DEBUG|RELEASE|NOOPT=0D + SKUID_IDENTIFIER =3D DEFAULT=0D +=0D +[BuildOptions]=0D + *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTER= FACES=0D +=0D +[LibraryClasses]=0D + #=0D + # Entry Point Libraries=0D + #=0D + UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntry= Point.inf=0D + #=0D + # Common Libraries=0D + #=0D + BaseLib|MdePkg/Library/BaseLib/BaseLib.inf=0D + BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf=0D + UefiLib|MdePkg/Library/UefiLib/UefiLib.inf=0D + PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf=0D + PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf=0D + MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf=0D + UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBoo= tServicesTableLib.inf=0D + UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/U= efiRuntimeServicesTableLib.inf=0D + DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf=0D + DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseD= ebugPrintErrorLevelLib.inf=0D + DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf=0D + OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib= /BaseOrderedCollectionRedBlackTreeLib.inf=0D + BaseUcs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf=0D +=0D +##########################################################################= #########################=0D +#=0D +# Components Section - list of the modules and components that will be pro= cessed by compilation=0D +# tools and the EDK II tools to generate PE32/PE32+/C= off image files.=0D +#=0D +# Note: The EDK II DSC file is not used to specify how compiled binary ima= ges get placed=0D +# into firmware volume images. This section is just a list of module= s to compile from=0D +# source into UEFI-compliant binaries.=0D +# It is the FDF file that contains information on combining binary f= iles into firmware=0D +# volume images, whose concept is beyond UEFI and is described in PI= specification.=0D +# Binary modules do not need to be listed in this section, as they s= hould be=0D +# specified in the FDF file. For example: Shell binary (Shell_Full.e= fi), FAT binary (Fat.efi),=0D +# Logo (Logo.bmp), and etc.=0D +# There may also be modules listed in this section that are not requ= ired in the FDF file,=0D +# When a module listed here is excluded from FDF file, then UEFI-com= pliant binary will be=0D +# generated for it, but the binary will not be put into any firmware= volume.=0D +#=0D +##########################################################################= #########################=0D +=0D +[Components]=0D + Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.inf=0D --=20 2.32.0