From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from walk.intel-email.com (walk.intel-email.com [101.227.64.242]) by mx.groups.io with SMTP id smtpd.web11.8978.1674957575073526536 for ; Sat, 28 Jan 2023 17:59:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=QUDhhl9d; spf=pass (domain: byosoft.com.cn, ip: 101.227.64.242, mailfrom: gaoliming@byosoft.com.cn) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 8F29FCD1F666 for ; Sun, 29 Jan 2023 09:59:32 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1674957572; bh=FcUPhF8WKTAXdAucEAxiD9yUgARkAiMzi5xhhb/U2sQ=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=QUDhhl9d/R2G1HMX1UZoBojRKwmTJuzHSFR0CwmLwEfC5FmWAUpl1BTFDhsO82Hu9 k2ejLC7Tt3+7RTqv86WP8D8yMEJDQBO/5j2FraETOV6ZbefzxJ0BD/INTtmusmbael +d3hq1N3cxhZ8oLZlEneU8elOwUqUXCEsXbNgWf8= Received: from localhost (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 8BFFDCD1F64F for ; Sun, 29 Jan 2023 09:59:32 +0800 (CST) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 606ECCD1F63E for ; Sun, 29 Jan 2023 09:59:32 +0800 (CST) Authentication-Results: walk.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by walk.intel-email.com (Postfix) with SMTP id E0161CD1F64D for ; Sun, 29 Jan 2023 09:59:29 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Sun, 29 Jan 2023 09:59:29 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Bob Feng'" , "'Yuwei Chen'" References: In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggMS8xXSBCYXNlVG9vbHM6IHJlbW92ZSB1c2VsZXNzIGhlYWRlciBpbmNsdXNpb24=?= Date: Sun, 29 Jan 2023 09:59:29 +0800 Message-ID: <011101d93385$52b411e0$f81c35a0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKfqSqiUjBr8vpe3d8RJyzuQZ1sga0nuC/g Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn With this change, does GenFv pass build on Linux environment? > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: tlaronde@polynum.com > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA1=D4=C226=C8=D5 18:03 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Bob Feng ; Liming Gao > ; Yuwei Chen > =D6=F7=CC=E2: [PATCH 1/1] BaseTools: remove useless header inclusion >=20 > GenFvInternalLib.c: useless inclusion and dependency on uuid.h. >=20 > From 6c0ba96fa11390750e102ebd277f59ef38970394 Mon Sep 17 00:00:00 > 2001 > From: Thierry LARONDE > Date: Thu, 26 Jan 2023 10:49:12 +0100 > Subject: [PATCH] Remove useless uuid.h include. >=20 > Signed-off-by: Thierry LARONDE > --- > BaseTools/Source/C/GenFv/GenFvInternalLib.c | 5 ----- > 1 file changed, 5 deletions(-) >=20 > diff --git a/BaseTools/Source/C/GenFv/GenFvInternalLib.c > b/BaseTools/Source/C/GenFv/GenFvInternalLib.c > index 6bd59515b1..2df7182f8b 100644 > --- a/BaseTools/Source/C/GenFv/GenFvInternalLib.c > +++ b/BaseTools/Source/C/GenFv/GenFvInternalLib.c > @@ -14,11 +14,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > // Include files > // >=20 > -#if defined(__FreeBSD__) > -#include > -#elif defined(__GNUC__) > -#include > -#endif > #ifdef __GNUC__ > #include > #endif > -- > 2.39.0 >=20 > -- > Thierry Laronde > http://www.kergis.com/ > http://kertex.kergis.com/ > Key fingerprint =3D 0FF7 E906 FBAF FE95 FD89 250D 52B1 AE95 6006 F40C