blob: 34575ab15b1afdfc2ac3d50e4642da1749cf67ce [file] [log] [blame]
jcarsey072d6112011-04-19 16:43:53 +00001## @file
2# UEFI 2.0 Shell Binary Package
3#
geekboy15ad428fc12011-12-13 18:44:49 +00004# This package contains binary shell application that follows
jcarsey072d6112011-04-19 16:43:53 +00005# UEFI specification and UEFI Shell 2.0 specification.
6# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
7#
geekboy15ad428fc12011-12-13 18:44:49 +00008# This program and the accompanying materials are licensed and made available
jcarsey072d6112011-04-19 16:43:53 +00009# under the terms and conditions of the BSD License which accompanies this distribution.
10# The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
12# OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14##
15
jcarsey072d6112011-04-19 16:43:53 +000016[Defines]
17 DEC_SPECIFICATION = 0x00010005
18 PACKAGE_NAME = ShellBinPkg
19 PACKAGE_GUID = 4B34AD9D-1324-41e5-8B1D-359AA7BCA62C
geekboy15ad428fc12011-12-13 18:44:49 +000020 PACKAGE_VERSION = 0.5
jcarsey072d6112011-04-19 16:43:53 +000021