{
  "name": "test_alarm",
  "version": "0.1.0",
  "description": "test for alarm",
  "rust_target": null,
  "task_type": {
    "BuildFromSource": {
      "Local": {
        "path": "user/apps/test_alarm"
      }
    }
  },
  "depends": [],
  "build": {
    "build_command": "make install"
  },
  "install": {
    "in_dragonos_path": "/"
  },
  "clean": {
    "clean_command": "make clean"
  },
  "envs": [],
  "build_once": false,
  "install_once": false,
  "target_arch": ["x86_64"]
}