test_chown_0_1_0.dadk 518 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "test-chown",
  3. "version": "0.1.0",
  4. "description": "chown系列系统调用",
  5. "rust_target": "x86_64-unknown-dragonos",
  6. "task_type": {
  7. "BuildFromSource": {
  8. "Local": {
  9. "path": "apps/test-chown"
  10. }
  11. }
  12. },
  13. "depends": [],
  14. "build": {
  15. "build_command": "make install"
  16. },
  17. "install": {
  18. "in_dragonos_path": "/"
  19. },
  20. "clean": {
  21. "clean_command": "make clean"
  22. },
  23. "envs": [],
  24. "build_once": false,
  25. "install_once": false,
  26. "target_arch": [
  27. "x86_64"
  28. ]
  29. }