]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf
StdLib: Produce DevMedia as a library class alternative to DevShell.
[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
6# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
15# IMPLIED.\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010006\r
20 BASE_NAME = OrderedCollectionTest\r
21 FILE_GUID = E6C7EBB7-1604-4FCB-8F87-B3A6F48730AE\r
22 MODULE_TYPE = UEFI_APPLICATION\r
23 VERSION_STRING = 0.1\r
24 ENTRY_POINT = ShellCEntryLib\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF\r
28#\r
29\r
30[Sources]\r
31 OrderedCollectionTest.c\r
32\r
33[Packages]\r
34 StdLib/StdLib.dec\r
35 MdePkg/MdePkg.dec\r
36 ShellPkg/ShellPkg.dec\r
37\r
38[LibraryClasses]\r
39 LibC\r
40 LibStdio\r
efb419ea 41 DevMedia\r
424d8455 42 OrderedCollectionLib\r