From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from host12.webserveralpha.com (host12.webserveralpha.com [69.167.158.73]) (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 1404321D1B2AD for ; Wed, 19 Jul 2017 15:30:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mc2research.org; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=L9bH9kDmwzWHfVJxXKhzcWIOUCEvD03CIUVDjqn7mCc=; b=qk31sIa4b5SdUAY2839FzB3Za7 bl0q0pOpVZZAE2uQHQ1+6mConvi4Y37TlIFJFMatlI+FV+3/+Mt3OKxkDnaaNBw+pVibrq3fkA/14 UgIsDpPa9ypbGx9e9wQU41Saz; Received: from mobile-166-176-186-121.mycingular.net ([166.176.186.121]:9455 helo=Willow) by host12.webserveralpha.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1dXxVc-0006XY-MM; Wed, 19 Jul 2017 18:31:57 -0400 From: "Daryl McDaniel" To: Cc: "Liming Gao" Date: Wed, 19 Jul 2017 15:31:43 -0700 Organization: Micronetics Message-ID: <054601d300de$cd9fad90$68df08b0$@mc2research.org> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 thread-index: AdMA3JC/ipp/LNlISzK0DXJI8DJanA== X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host12.webserveralpha.com X-AntiAbuse: Original Domain - lists.01.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mc2research.org X-Get-Message-Sender-Via: host12.webserveralpha.com: authenticated_id: darylm@mc2research.com X-Authenticated-Sender: host12.webserveralpha.com: darylm@mc2research.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: 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: Wed, 19 Jul 2017 22:30:03 -0000 Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I've run into a problem with using INF files for specifying binary components. According to the INF specification, v1.26, a specification such as: [Binaries.X64] PE32|DEBUG/X64/MyDbgDriver.efi|DEBUG PE32|RELEASE/X64/MyDriver.efi|RELEASE Should cause "MyDbgDriver.efi" to be included for DEBUG builds, and "MyDriver.efi" to be included for RELEASE builds. What I am seeing is that, given the above specification, "MyDriver" is included for both DEBUG and RELEASE builds. The last entry specified seems to be the one selected, regardless of the target. Am I doing something wrong, or is this really a bug? Daryl McDaniel