]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf
ShellPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ShellPkg / Application / ShellCTestApp / ShellCTestApp.inf
... / ...
CommitLineData
1## @file\r
2# This is the shell application\r
3#\r
4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#\r
9##\r
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
22# VALID_ARCHITECTURES = IA32 X64 EBC\r
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
31\r
32[LibraryClasses]\r
33 ShellCEntryLib\r
34 UefiLib\r