bundle.json 881 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@bearpi/bearpi_hi3861_sdk",
  3. "version": "1.1.3",
  4. "publishAs": "code-segment",
  5. "description": "Hi3861 chip driver software, including license files, compilation scripts, configuration files, driver implementation, and tools | Hi3861芯片驱动软件,包含LICENSE、编译脚本、配置文件、驱动实现、工具等",
  6. "scripts": {
  7. "install": "DEST_PATH=$DEP_BUNDLE_BASE/device/bearpi/bearpi_hm_nano && mkdir -p $DEST_PATH && cp -r . $DEST_PATH"
  8. },
  9. "repository": "https://gitee.com/openharmony",
  10. "tags": [
  11. "device"
  12. ],
  13. "ohos": {
  14. "os": "1.1.0",
  15. "kernel": "liteos_m",
  16. "board": "bearpi_hm_nano"
  17. },
  18. "license": "Apache V2, BSD3, BSD2, BSD , GPLv2, MIT, Public Domain,Eclipse Public License(EPL) V1.0",
  19. "keywords": [
  20. "device",
  21. "hi3861sdk",
  22. "bearpi"
  23. ]
  24. }