]>
Commit | Line | Data |
---|---|---|
1 | ## @file\r | |
2 | # UEFI 2.0 Shell Binary Package\r | |
3 | #\r | |
4 | # This package contains binary shell application that follows\r | |
5 | # UEFI specification and UEFI Shell 2.0 specification.\r | |
6 | # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r | |
7 | #\r | |
8 | # This program and the accompanying materials are licensed and made available\r | |
9 | # under the terms and conditions of the BSD License which accompanies this distribution.\r | |
10 | # The full text of the license may be found at http://opensource.org/licenses/bsd-license.php\r | |
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES\r | |
12 | # OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
13 | #\r | |
14 | ##\r | |
15 | \r | |
16 | [Defines]\r | |
17 | DEC_SPECIFICATION = 0x00010005\r | |
18 | PACKAGE_NAME = ShellBinPkg\r | |
19 | PACKAGE_GUID = 4B34AD9D-1324-41e5-8B1D-359AA7BCA62C\r | |
20 | PACKAGE_VERSION = 0.5\r | |
21 | \r |