diff options
author | Wenyi Xie <xiewenyi2@huawei.com> | 2020-09-11 09:49:26 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-09-14 04:01:27 +0000 |
commit | 067503a8c675ddd38b099a0c604bc1a565e83838 (patch) | |
tree | 0e260393c6899ef6201914833bae7ccf4d394fd6 /EmulatorPkg | |
parent | 317d84abe3bfbdff10ae1cc4f38b49307838c6c4 (diff) | |
download | edk2-067503a8c675ddd38b099a0c604bc1a565e83838.tar.gz edk2-067503a8c675ddd38b099a0c604bc1a565e83838.tar.bz2 edk2-067503a8c675ddd38b099a0c604bc1a565e83838.zip |
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 <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
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
|