diff options
author | Star Zeng <star.zeng@intel.com> | 2011-06-28 02:06:15 +0000 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2016-04-06 23:22:43 -0700 |
commit | 43ba7907426032e0ed6033d95545f8f7c28c44bd (patch) | |
tree | e111b01e4213e835db88bea365e15e3c2f0f7bf2 /FatPkg/FatPkg.dec | |
parent | f13b56e359b85542f69321aa8370317fa202ab7a (diff) | |
download | edk2-43ba7907426032e0ed6033d95545f8f7c28c44bd.tar.gz edk2-43ba7907426032e0ed6033d95545f8f7c28c44bd.tar.bz2 edk2-43ba7907426032e0ed6033d95545f8f7c28c44bd.zip |
Clean up invalid keywords and missing keywords in [Define] section of DEC file.
Signed-off-by: lzeng14
Reviewed-by: lhauch
Reviewed-by: jljusten
(based on FatPkg commit aeddb8b033ee776dc4c0f046bf1fa1f9a1b59938)
[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'FatPkg/FatPkg.dec')
-rw-r--r-- | FatPkg/FatPkg.dec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FatPkg/FatPkg.dec b/FatPkg/FatPkg.dec index 458dc0fefd..1be0fdaa42 100644 --- a/FatPkg/FatPkg.dec +++ b/FatPkg/FatPkg.dec @@ -3,7 +3,7 @@ # FAT Package
#
# FAT 32 Driver
-# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available
# under the terms and conditions of the BSD License which accompanies this
@@ -16,6 +16,7 @@ ##
[Defines]
- DEC_VERSION = 0x00010005
+ DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = FatPkg
PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674
+ PACKAGE_VERSION = 0.1
|