2011-04-19 18:43:53 +02:00
|
|
|
## @file
|
|
|
|
# UEFI 2.0 Shell Binary Package
|
|
|
|
#
|
2011-12-13 19:44:49 +01:00
|
|
|
# This package contains binary shell application that follows
|
2011-04-19 18:43:53 +02:00
|
|
|
# UEFI specification and UEFI Shell 2.0 specification.
|
|
|
|
# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
|
|
|
#
|
2019-04-04 01:06:57 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2011-04-19 18:43:53 +02:00
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
DEC_SPECIFICATION = 0x00010005
|
|
|
|
PACKAGE_NAME = ShellBinPkg
|
|
|
|
PACKAGE_GUID = 4B34AD9D-1324-41e5-8B1D-359AA7BCA62C
|
2011-12-13 19:44:49 +01:00
|
|
|
PACKAGE_VERSION = 0.5
|
2011-04-19 18:43:53 +02:00
|
|
|
|