From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from huawei.com (huawei.com [45.249.212.190]) by mx.groups.io with SMTP id smtpd.web12.4108.1599789248176559237 for ; Thu, 10 Sep 2020 18:54:08 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: huawei.com, ip: 45.249.212.190, mailfrom: xiewenyi2@huawei.com) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 908CA25E107CE4E806D4; Fri, 11 Sep 2020 09:54:02 +0800 (CST) Received: from HGH1000039998.huawei.com (10.184.68.188) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Fri, 11 Sep 2020 09:53:56 +0800 From: "wenyi,xie" To: , , , CC: , , Subject: [PATCH EDK2 v1 1/1] EmulatorPkg:Change DEC_VERSION to DEC_SPECIFICATION Date: Fri, 11 Sep 2020 09:49:26 +0800 Message-ID: <1599788966-78918-2-git-send-email-xiewenyi2@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1599788966-78918-1-git-send-email-xiewenyi2@huawei.com> References: <1599788966-78918-1-git-send-email-xiewenyi2@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.184.68.188] X-CFilter-Loop: Reflected Content-Type: text/plain edk2 DEC specification document only knows about DEC_SPECIFICATION, so using DEC_VERSION in [Defines] section in EmulatorPkg.dec is not correct. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Wenyi Xie --- EmulatorPkg/EmulatorPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmulatorPkg/EmulatorPkg.dec b/EmulatorPkg/EmulatorPkg.dec index 90a8d2a8681a..064f963c72c6 100644 --- a/EmulatorPkg/EmulatorPkg.dec +++ b/EmulatorPkg/EmulatorPkg.dec @@ -11,7 +11,7 @@ ## [Defines] - DEC_VERSION = 0x00010005 + DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = EmulatorPkg PACKAGE_GUID = 36E48BD7-7D92-5A47-A2CD-513F072E3300 PACKAGE_VERSION = 0.1 -- 2.20.1.windows.1