vendor.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "product-name": "C10",
  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": [],
  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" : "goahead",
  30. "include":"$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/inc",
  31. "link": "$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/bin",
  32. "install":[
  33. {
  34. "files" : ["$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/*"],
  35. "dstdir": "linux-x64-default"
  36. }
  37. ],
  38. "exports":[
  39. ]
  40. },
  41. {
  42. "name": "libevent",
  43. "options":["-DEVENT__DISABLE_TESTS=ON", "-DEVENT__HAVE_EPOLL_PWAIT2=0"]
  44. },
  45. {
  46. "name": "xfrpc",
  47. "options":["-DTHIRDPARTY_STATIC_BUILD=ON"]
  48. }
  49. ]
  50. }