]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Lua/src/lauxlib.h
AppPkg: Add the Lua interpreter and library.
[mirror_edk2.git] / AppPkg / Applications / Lua / src / lauxlib.h
diff --git a/AppPkg/Applications/Lua/src/lauxlib.h b/AppPkg/Applications/Lua/src/lauxlib.h
new file mode 100644 (file)
index 0000000..82ce72f
--- /dev/null
@@ -0,0 +1,15 @@
+/** @file\r
+    Stub header to allow the "real" headers to reside in StdLib/Include/Lua\r
+    yet have the Lua sources build without having to change the include\r
+    directives in each file.\r
+\r
+  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.\r
+  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
+#include <Lua/lauxlib.h>\r