]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Lua/Lua.inf
AppPkg: Add the Lua interpreter and library.
[mirror_edk2.git] / AppPkg / Applications / Lua / Lua.inf
CommitLineData
16a5fed6 1## @file\r
2# Lua.inf\r
3#\r
4# UEFI port of the Lua scripting language, Lua 5.2.3, released on 11 Nov 2013\r
5#\r
6# Copyright (c) 2014, Emulex Corporation 3333 Susan Street, Costa Mesa, CA 92626\r
7# Permission is hereby granted, free of charge, to any person obtaining a copy\r
8# of this software and associated documentation files (the "Software"), to deal\r
9# in the Software without restriction, including without limitation the rights\r
10# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
11# copies of the Software, and to permit persons to whom the Software is\r
12# furnished to do so, subject to the following conditions:\r
13#\r
14# The above copyright notice and this permission notice shall be included in\r
15# all copies or substantial portions of the Software.\r
16#\r
17# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
18# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
19# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
20# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
21# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
22# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
23# THE SOFTWARE.\r
24#\r
25##\r
26\r
27[Defines]\r
28 INF_VERSION = 0x00010006\r
29 BASE_NAME = Lua\r
30 FILE_GUID = d6a9a1b9-4bfd-d61e-f037-3fa4ca06e046\r
31 MODULE_TYPE = UEFI_APPLICATION\r
32 VERSION_STRING = 0.1\r
33 ENTRY_POINT = ShellCEntryLib\r
34\r
35[Sources]\r
36 ./src/lua.c\r
37\r
38[Packages]\r
39 StdLib/StdLib.dec\r
40 MdePkg/MdePkg.dec\r
41 ShellPkg/ShellPkg.dec\r
42\r
43[LibraryClasses]\r
44 LibC\r
45 LibStdio\r
46 LibStdLib\r
47 LibSignal\r
48 LibString\r
49 LibMath\r
50 LibTime\r
51 DevShell\r
52 UefiLib\r
53 ShellCEntryLib\r
54 LuaLib\r