distributeddatamgr.json 847 字节
Newer Older
S
SloveZT 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
{
    "components": [
    {
        "component": "dbm_kv_store",
        "discription": "",
        "optional": "true",
        "dirs": [
          "foundation/distributeddatamgr/appdatamgr/appdatamgr_lite"
        ],
        "targets": [
          "//foundation/distributeddatamgr/appdatamgr/appdatamgr_lite:dbm_kv_store"
        ],
        "rom": "13KB",
        "ram": "80k",
        "output": [
          "libdbm_kv_store.so",
          "libdbm_kv_store.a"
        ],
        "adapted_kernel": [
          "liteos_a",
          "liteos_m",
          "linux"
        ],
        "features": [],
        "deps": {
          "third_party": [
            "bounds_checking_function"
          ],
          "kernel_special": {},
          "board_special": {},
          "components": [
            "utils_base"
          ]
        }
      }
    ]
  }