]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Lua/LuaLib.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Lua / LuaLib.inf
diff --git a/AppPkg/Applications/Lua/LuaLib.inf b/AppPkg/Applications/Lua/LuaLib.inf
deleted file mode 100644 (file)
index 90cab7f..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-## @file\r
-# LuaLib.inf\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         = LuaLib\r
-  FILE_GUID         = 4e38555c-4f92-20c5-a563-fe907585662d\r
-  MODULE_TYPE       = UEFI_APPLICATION\r
-  VERSION_STRING    = 0.1\r
-  LIBRARY_CLASS     = LuaLib\r
-\r
-[Sources]\r
-  src/lapi.c\r
-  src/lauxlib.c\r
-  src/lbaselib.c\r
-  src/lbitlib.c\r
-  src/lcode.c\r
-  src/lcorolib.c\r
-  src/lctype.c\r
-  src/ldblib.c\r
-  src/ldebug.c\r
-  src/ldo.c\r
-  src/ldump.c\r
-  src/lfunc.c\r
-  src/lgc.c\r
-  src/linit.c\r
-  src/liolib.c\r
-  src/llex.c\r
-  src/lmathlib.c\r
-  src/lmem.c\r
-  src/loadlib.c\r
-  src/lobject.c\r
-  src/lopcodes.c\r
-  src/loslib.c\r
-  src/lparser.c\r
-  src/lstate.c\r
-  src/lstring.c\r
-  src/lstrlib.c\r
-  src/ltable.c\r
-  src/ltablib.c\r
-  src/ltm.c\r
-  src/lundump.c\r
-  src/lvm.c\r
-  src/lzio.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  MdePkg/MdePkg.dec\r
-\r
-[BuildOptions]\r
-    MSFT:*_*_*_CC_FLAGS   = /Oi- /wd4702\r