updater.json 1.5 KB
Newer Older
M
mamingshuai 已提交
1 2 3
{
  "components": [
    {
Y
yangming_ha 已提交
4
      "component": "ota_lite",
M
mamingshuai 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
      "description": "",
      "optional": "false",
      "dirs": [
        "base/update/ota_lite"
      ],
      "targets": [
        "//base/update/ota_lite/frameworks:ota_lite"
      ],
      "rom": "20KB",
      "ram": "~10KB",
      "output": [ "hota.a" ],
      "adapted_kernel": [
        "liteos_a",
        "liteos_m",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "lwip_sack",
          "mbedtls",
          "bounds_checking_function"
        ],
Y
yangming_ha 已提交
28 29
        "kernel_special": {},
        "board_special": {},
M
mamingshuai 已提交
30
        "components": [
Y
yangming_ha 已提交
31 32
          "syspara_lite",
          "utils_base"
M
mamingshuai 已提交
33 34
        ]
      }
熊磊 已提交
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
    },
    {
      "component": "dupdate",
      "description": "dupdate kit.",
      "optional": "true",
      "dirs": [
        "base/update/dupdate"
      ],
      "targets": [
        "//base/update/dupdate:dupdate"
      ],
      "rom": "",
      "ram": "",
      "output": [
        "libdupdate_sdk.so",
        "libdupdate_svc.so",
        "dupdate.so"
      ],
      "adapted_kernel": [ "liteos_a","linux" ],
      "features": [],
      "deps": {
        "components": [
          "hilog",
Y
yutao999@huawei.com 已提交
58 59 60
          "appexecfwk_lite",
          "samgr_lite",
          "dmsfwk_lite",
熊磊 已提交
61
          "utils_base",
Y
yutao999@huawei.com 已提交
62
          "ipc_lite"
熊磊 已提交
63 64 65 66 67 68
        ],
        "third_party": [
          "cjson",
          "curl"
        ]
      }
M
mamingshuai 已提交
69 70 71
    }
  ]
}