From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=69.167.158.73; helo=host12.webserveralpha.com; envelope-from=darylm@mc2research.net; receiver=edk2-devel@lists.01.org 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 605DF210C7AEA for ; Wed, 1 Aug 2018 10:49:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mc2research.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:Sender:From:Reply-To:Cc: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=Y7PGlLbYMN4/jF6Sz5hTTUIe1hHyj9hfKCTIQYTDWvM=; b=bKze0gMkEXAzDfL+50AQKwNCqc uA8uGk9MrZIaHuAR9VmjGLAfTjdOZuF6NRhf/EKXYeohgVpcx/BPhEpyZiKxSrl++2dv7OhITt5Do jYlnkbXyrSY/+nNhmgUa0qTia; Received: from mobile-166-176-184-150.mycingular.net ([166.176.184.150]:10575 helo=DWIM) by host12.webserveralpha.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fkvFE-0004i9-AR for edk2-devel@lists.01.org; Wed, 01 Aug 2018 13:49:08 -0400 From: Sender: "Daryl McDaniel" To: Date: Wed, 1 Aug 2018 10:49:09 -0700 Message-ID: <019f01d429bf$f3cbd060$db637120$@mc2research.org> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdQpvnw+wnTYnzt3SoaN8azy5d+sDQ== 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.net 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.27 Subject: Undefined types referenced in MdePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 17:49:10 -0000 Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit When including MdePkg/Include/Library/HobLib.h in my project I get errors indicating that the following types are undefined: * EFI_RESOURCE_TYPE, lines 206 and 231 * EFI_RESOURCE_ATTRIBUTE_TYPE, lines 207 and 232 A similar thing is happening with MdePkg/Include/Protocol/FirmwareVolume2.h. * EFI_FV_FILE_ATTRIBUTES, lines 309, 443, 612 I updated my EDK II tree then searched the entire tree for these types. They only show up in the locations mentioned above; never defined. Am I missing something or are these really undefined? I don't want to just disable these errors since that could hide a bigger problem. Thanks, Daryl McDaniel The Year of the Justifiably Defensive Lobster. The Season of the fraternizing CEOs.