jcarsey | 072d611 | 2011-04-19 16:43:53 +0000 | [diff] [blame] | 1 | ## @file
|
| 2 | # UEFI 2.0 Shell Binary Package
|
| 3 | #
|
geekboy15a | d428fc1 | 2011-12-13 18:44:49 +0000 | [diff] [blame] | 4 | # This package contains binary shell application that follows
|
jcarsey | 072d611 | 2011-04-19 16:43:53 +0000 | [diff] [blame] | 5 | # UEFI specification and UEFI Shell 2.0 specification.
|
| 6 | # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
| 7 | #
|
geekboy15a | d428fc1 | 2011-12-13 18:44:49 +0000 | [diff] [blame] | 8 | # This program and the accompanying materials are licensed and made available
|
jcarsey | 072d611 | 2011-04-19 16:43:53 +0000 | [diff] [blame] | 9 | # 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 |
|
jcarsey | 072d611 | 2011-04-19 16:43:53 +0000 | [diff] [blame] | 16 | [Defines]
|
| 17 | DEC_SPECIFICATION = 0x00010005
|
| 18 | PACKAGE_NAME = ShellBinPkg
|
| 19 | PACKAGE_GUID = 4B34AD9D-1324-41e5-8B1D-359AA7BCA62C
|
geekboy15a | d428fc1 | 2011-12-13 18:44:49 +0000 | [diff] [blame] | 20 | PACKAGE_VERSION = 0.5
|
jcarsey | 072d611 | 2011-04-19 16:43:53 +0000 | [diff] [blame] | 21 |
|