From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9CCBA2095D8D8 for ; Wed, 19 Jul 2017 19:42:07 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 19:44:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,382,1496127600"; d="scan'208";a="1174586680" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 19 Jul 2017 19:43:59 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 19:42:16 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 19:42:16 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.94]) with mapi id 14.03.0319.002; Thu, 20 Jul 2017 10:42:12 +0800 From: "Zhu, Yonghong" To: Daryl McDaniel , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [edk2] Possible Bug in build tools? Thread-Index: AdMA3JC/ipp/LNlISzK0DXJI8DJanAAJM/oA Date: Thu, 20 Jul 2017 02:42:12 +0000 Message-ID: References: <054601d300de$cd9fad90$68df08b0$@mc2research.org> In-Reply-To: <054601d300de$cd9fad90$68df08b0$@mc2research.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: Possible Bug in build tools? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 02:42:07 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Daryl McDaniel, It is a bug. Could you help to file it in bugzilla system ? https://bugzill= a.tianocore.org/=20 Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Dary= l McDaniel Sent: Thursday, July 20, 2017 6:32 AM To: edk2-devel@lists.01.org Cc: Gao, Liming Subject: [edk2] Possible Bug in build tools? Hello, =20 I've run into a problem with using INF files for specifying binary componen= ts. =20 According to the INF specification, v1.26, a specification such as: =20 [Binaries.X64] PE32|DEBUG/X64/MyDbgDriver.efi|DEBUG PE32|RELEASE/X64/MyDriver.efi|RELEASE =20 Should cause "MyDbgDriver.efi" to be included for DEBUG builds, and "MyDriv= er.efi" to be included for RELEASE builds. =20 What I am seeing is that, given the above specification, "MyDriver" is incl= uded for both DEBUG and RELEASE builds. The last entry specified seems to be the one selected, regardless of the ta= rget. =20 Am I doing something wrong, or is this really a bug? =20 Daryl McDaniel =20 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel