vendor.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "product-name": "C4",
  3. "version": "1.0.0",
  4. "toolchain":"$PRODUCT_ROOT_DIR/buildtools/cmake/gcc-gt675x-10.4.0-2023.06.27-x86_64_aarch64-htnice-linux-gnu.cmake",
  5. "build-mode": "Debug",
  6. "modules":[
  7. {
  8. "name": "openssl",
  9. "exports" : ["OPENSSL_ROOT_DIR=$PRODUCT_BUILD_DIR/thirdparty/openssl"]
  10. },
  11. {
  12. "name": "mbedtls"
  13. },
  14. {
  15. "name": "zlib"
  16. },
  17. {
  18. "name": "SQLiteCpp"
  19. },
  20. {
  21. "name": "tinyxml2"
  22. },
  23. {
  24. "name": "libxml2",
  25. "options":["-DLIBXML2_WITH_PYTHON=OFF"]
  26. },
  27. {
  28. "name" : "goahead",
  29. "include":"$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/inc",
  30. "link": "$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/bin",
  31. "install":[
  32. {
  33. "files" : ["$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/*"],
  34. "dstdir": "linux-x64-default"
  35. }
  36. ],
  37. "exports":[
  38. ]
  39. }
  40. ]
  41. }