module.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "aee",
  3. "version": "0.0.1",
  4. "description": "aee",
  5. "type": "source",
  6. "category": "middleware",
  7. "arch": "x86, arc, posix",
  8. "includes": [
  9. "Beihai/classlib/include",
  10. "Beihai/runtime/include",
  11. "Beihai/runtime/platform/include",
  12. "Beihai/runtime/platform/zephyr",
  13. "Beihai/runtime/utils/coap/er-coap",
  14. "Beihai/runtime/utils/coap/extension",
  15. "iwasm/runtime/include",
  16. "iwasm/runtime/platform/include",
  17. "iwasm/runtime/platform/zephyr",
  18. "iwasm/runtime/vmcore_wasm"
  19. ],
  20. "sources": [
  21. "Beihai/classlib/native/internal/*.c",
  22. "Beihai/classlib/native/*.c",
  23. "Beihai/runtime/gc/*.c",
  24. "Beihai/runtime/platform/zephyr/*.c",
  25. "Beihai/runtime/utils/*.c",
  26. "Beihai/runtime/utils/coap/er-coap/*.c",
  27. "Beihai/runtime/utils/coap/extension/*.c",
  28. "Beihai/runtime/vmcore_jeff/*.c",
  29. "app-manager/app-manager.c",
  30. "app-manager/app-manager-host.c",
  31. "app-manager/app_mgr_zephyr.c",
  32. "app-manager/event.c",
  33. "app-manager/message.c",
  34. "app-manager/module_jeff.c",
  35. "app-manager/module_wasm_lib.c",
  36. "app-manager/module_wasm_app.c",
  37. "app-manager/watchdog.c",
  38. "Beihai/products/iMRT/*.c",
  39. "iwasm/runtime/utils/*.c",
  40. "iwasm/runtime/platform/zephyr/*.c",
  41. "iwasm/runtime/vmcore_wasm/*.c",
  42. "iwasm/lib/lib-export\.c",
  43. "iwasm/lib/aee/*.c",
  44. "iwasm/products/zephyr/sample/src/*.c"
  45. ],
  46. "compile_definitions": [
  47. "__JLF__",
  48. "__ZEPHYR__"
  49. ],
  50. "target": "aee",
  51. "dependencies": []
  52. }