{
  "name": "test_uart",
  "version": "0.1.0",
  "description": "一个用来测试串口设备能够正常运行的app",
  "task_type": {
    "BuildFromSource": {
      "Local": {
        "path": "apps/test_uart"
      }
    }
  },
  "depends": [],
  "build": {
    "build_command": "make install"
  },
  "install": {
    "in_dragonos_path": "/bin"
  },
  "clean": {
    "clean_command": "make clean"
  },
  "envs": [],
  "target_arch": ["x86_64"]
}