vendor.json 1.3 KB

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