]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf
AppPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / AppPkg / Applications / OrderedCollectionTest / OrderedCollectionTest.inf
CommitLineData
424d8455
LE
1## @file\r
2# A simple "fuzzer" application for OrderedCollectionLib, reading commands\r
3# from the standard input, and writing results to the standard output.\r
4#\r
5# Copyright (C) 2014, Red Hat, Inc.\r
8a219767 6# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
424d8455 7#\r
bcb96695 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
424d8455
LE
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010006\r
13 BASE_NAME = OrderedCollectionTest\r
14 FILE_GUID = E6C7EBB7-1604-4FCB-8F87-B3A6F48730AE\r
15 MODULE_TYPE = UEFI_APPLICATION\r
16 VERSION_STRING = 0.1\r
17 ENTRY_POINT = ShellCEntryLib\r
18\r
19#\r
8a219767 20# VALID_ARCHITECTURES = IA32 X64\r
424d8455
LE
21#\r
22\r
23[Sources]\r
24 OrderedCollectionTest.c\r
25\r
26[Packages]\r
27 StdLib/StdLib.dec\r
28 MdePkg/MdePkg.dec\r
29 ShellPkg/ShellPkg.dec\r
30\r
31[LibraryClasses]\r
32 LibC\r
33 LibStdio\r
efb419ea 34 DevMedia\r
424d8455 35 OrderedCollectionLib\r