From 067503a8c675ddd38b099a0c604bc1a565e83838 Mon Sep 17 00:00:00 2001 From: Wenyi Xie Date: Fri, 11 Sep 2020 09:49:26 +0800 Subject: EmulatorPkg:Change DEC_VERSION to DEC_SPECIFICATION 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 Reviewed-by: Laszlo Ersek Reviewed-by: Liming Gao --- EmulatorPkg/EmulatorPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmulatorPkg/EmulatorPkg.dec') diff --git a/EmulatorPkg/EmulatorPkg.dec b/EmulatorPkg/EmulatorPkg.dec index 90a8d2a868..064f963c72 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 -- cgit v1.2.3