]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
ShellPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ShellPkg / Application / ShellCTestApp / ShellCTestApp.inf
CommitLineData
7b202cb0 1## @file\r
722529bb 2# This is the shell application\r
3#\r
ba0014b9 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
722529bb 5#\r
56ba3746 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
722529bb 7#\r
8#\r
7b202cb0 9##\r
722529bb 10\r
11[Defines]\r
12 INF_VERSION = 0x00010006\r
13 BASE_NAME = ShellCTestApp\r
14 FILE_GUID = 7a6ca3b8-ee1b-489c-b300-24544a7bd418\r
15 MODULE_TYPE = UEFI_APPLICATION\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = ShellCEntryLib\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
fbfd4a9a 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
722529bb 23#\r
24\r
25[Sources]\r
26 ShellCTestApp.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 ShellPkg/ShellPkg.dec\r
1e6e84c7 31\r
722529bb 32[LibraryClasses]\r
33 ShellCEntryLib\r
ba0014b9 34 UefiLib\r