summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-mgr/module.json
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-mgr/module.json')
-rw-r--r--fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-mgr/module.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-mgr/module.json b/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-mgr/module.json
new file mode 100644
index 000000000..b2faeca5f
--- /dev/null
+++ b/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-mgr/module.json
@@ -0,0 +1,52 @@
+{
+ "name": "aee",
+ "version": "0.0.1",
+ "description": "aee",
+ "type": "source",
+ "category": "middleware",
+ "arch": "x86, arc, posix",
+ "includes": [
+ "Beihai/classlib/include",
+ "Beihai/runtime/include",
+ "Beihai/runtime/platform/include",
+ "Beihai/runtime/platform/zephyr",
+ "Beihai/runtime/utils/coap/er-coap",
+ "Beihai/runtime/utils/coap/extension",
+ "iwasm/runtime/include",
+ "iwasm/runtime/platform/include",
+ "iwasm/runtime/platform/zephyr",
+ "iwasm/runtime/vmcore_wasm"
+ ],
+ "sources": [
+ "Beihai/classlib/native/internal/*.c",
+ "Beihai/classlib/native/*.c",
+ "Beihai/runtime/gc/*.c",
+ "Beihai/runtime/platform/zephyr/*.c",
+ "Beihai/runtime/utils/*.c",
+ "Beihai/runtime/utils/coap/er-coap/*.c",
+ "Beihai/runtime/utils/coap/extension/*.c",
+ "Beihai/runtime/vmcore_jeff/*.c",
+ "app-manager/app-manager.c",
+ "app-manager/app-manager-host.c",
+ "app-manager/app_mgr_zephyr.c",
+ "app-manager/event.c",
+ "app-manager/message.c",
+ "app-manager/module_jeff.c",
+ "app-manager/module_wasm_lib.c",
+ "app-manager/module_wasm_app.c",
+ "app-manager/watchdog.c",
+ "Beihai/products/iMRT/*.c",
+ "iwasm/runtime/utils/*.c",
+ "iwasm/runtime/platform/zephyr/*.c",
+ "iwasm/runtime/vmcore_wasm/*.c",
+ "iwasm/lib/lib-export\.c",
+ "iwasm/lib/aee/*.c",
+ "iwasm/products/zephyr/sample/src/*.c"
+ ],
+ "compile_definitions": [
+ "__JLF__",
+ "__ZEPHYR__"
+ ],
+ "target": "aee",
+ "dependencies": []
+}