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