summaryrefslogtreecommitdiff
path: root/Core/ShellBinPkg/ShellBinPkg.dec
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-04-27 11:19:52 +0800
committerGuo Mang <mang.guo@intel.com>2017-04-27 11:19:52 +0800
commit77711a420aeb77cf10af13672c921bb29a0a74c2 (patch)
tree1cec3d1985827bd7938cdaf9d0c48399717fff13 /Core/ShellBinPkg/ShellBinPkg.dec
parent51e4dfbde92eae40b71e23477cd54c9fe9fea9bc (diff)
downloadedk2-platforms-77711a420aeb77cf10af13672c921bb29a0a74c2.tar.xz
ShellBinPkg: Move to new location
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Core/ShellBinPkg/ShellBinPkg.dec')
-rw-r--r--Core/ShellBinPkg/ShellBinPkg.dec21
1 files changed, 21 insertions, 0 deletions
diff --git a/Core/ShellBinPkg/ShellBinPkg.dec b/Core/ShellBinPkg/ShellBinPkg.dec
new file mode 100644
index 0000000000..34575ab15b
--- /dev/null
+++ b/Core/ShellBinPkg/ShellBinPkg.dec
@@ -0,0 +1,21 @@
+## @file
+# UEFI 2.0 Shell Binary Package
+#
+# This package contains binary shell application that follows
+# UEFI specification and UEFI Shell 2.0 specification.
+# Copyright (c) 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 distribution.
+# The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
+# OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+[Defines]
+ DEC_SPECIFICATION = 0x00010005
+ PACKAGE_NAME = ShellBinPkg
+ PACKAGE_GUID = 4B34AD9D-1324-41e5-8B1D-359AA7BCA62C
+ PACKAGE_VERSION = 0.5
+