From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.1223.1614031893137058171 for ; Mon, 22 Feb 2021 14:11:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=haE9dIyf; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [10.124.238.202] (unknown [131.107.174.202]) by linux.microsoft.com (Postfix) with ESMTPSA id 4317120B6C40; Mon, 22 Feb 2021 14:11:32 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4317120B6C40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1614031892; bh=sdsf/3JduIuXmVQh9H/F6F5DpDq0KeILReYRXmLiY4o=; h=From:Subject:To:Date:From; b=haE9dIyfO6GKJ5kbYd+ltBn2L6xt1gPjL//XIjXZ8K5ygp0iyno920LXAKrY26kEf SjM1enTnGymYng2iSxpRICnV916Aac7AZbC2fsAn4CBlUvSBSrCO0m6T531sE8DKmY jaI8B9DpYh6HlTBuL7qmY1a/a8iGmDij6Zr2HveY= From: "Michael Kubacki" Subject: Duplicate Files for StandaloneMmDriverEntryPoint.h To: devel@edk2.groups.io, sami.mujawar@arm.com, supreeth.venkatesh@arm.com, ardb+tianocore@kernel.org, Jiewen Yao Message-ID: Date: Mon, 22 Feb 2021 14:11:33 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Is there a particular reason two copies of StandaloneMmDriverEntryPoint.h exist in the edk2 repo? 1. MdePkg https://github.com/tianocore/edk2/blob/master/MdePkg/Include/Library/StandaloneMmDriverEntryPoint.h 2. StandaloneMmPkg https://github.com/tianocore/edk2/blob/master/StandaloneMmPkg/Include/Library/StandaloneMmDriverEntryPoint.h The only substantial difference (apart from copyright and comment differences) is that the StandaloneMmPkg instance contains a function declaration for EfiMain(). Thanks, Michael