]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Lua/Lua.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Lua / Lua.inf
diff --git a/AppPkg/Applications/Lua/Lua.inf b/AppPkg/Applications/Lua/Lua.inf
deleted file mode 100644 (file)
index a1e9040..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-## @file\r
-# Lua.inf\r
-#\r
-#  UEFI port of the Lua scripting language, Lua 5.2.3, released on 11 Nov 2013\r
-#\r
-#  Copyright (c) 2014, Emulex Corporation  3333 Susan Street, Costa Mesa, CA 92626\r
-#  Permission is hereby granted, free of charge, to any person obtaining a copy\r
-#  of this software and associated documentation files (the "Software"), to deal\r
-#  in the Software without restriction, including without limitation the rights\r
-#  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
-#  copies of the Software, and to permit persons to whom the Software is\r
-#  furnished to do so, subject to the following conditions:\r
-#\r
-#  The above copyright notice and this permission notice shall be included in\r
-#  all copies or substantial portions of the Software.\r
-#\r
-#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
-#  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
-#  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
-#  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
-#  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
-#  THE SOFTWARE.\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION    = 0x00010006\r
-  BASE_NAME      = Lua\r
-  FILE_GUID      = d6a9a1b9-4bfd-d61e-f037-3fa4ca06e046\r
-  MODULE_TYPE    = UEFI_APPLICATION\r
-  VERSION_STRING = 0.1\r
-  ENTRY_POINT    = ShellCEntryLib\r
-\r
-[Sources]\r
-  ./src/lua.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  MdePkg/MdePkg.dec\r
-  ShellPkg/ShellPkg.dec\r
-\r
-[LibraryClasses]\r
-  LibC\r
-  LibStdio\r
-  LibStdLib\r
-  LibSignal\r
-  LibString\r
-  LibMath\r
-  LibTime\r
-  DevShell\r
-  UefiLib\r
-  ShellCEntryLib\r
-  LuaLib\r