vendor.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "product-name": "Linux",
  3. "version": "2.0.0",
  4. "toolchain":"",
  5. "build-mode": "Debug",
  6. "modules":[
  7. {
  8. "name": "jsoncpp",
  9. "options": [],
  10. "exports": ["JSONCPP_INCLUDE_DIR=$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": "libuv"
  43. },
  44. {
  45. "name": "xfrpc",
  46. "options":["-DTHIRDPARTY_STATIC_BUILD=ON"]
  47. }
  48. ]
  49. }