ai.json 834 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6 7 8 9 10 11 12
{
  "components": [
    {
      "component": "ai_engine",
      "description": "AI engine framework.",
      "optional": "true",
      "dirs": [
        "foundation/ai/engine"
      ],
      "targets": [
        "//foundation/ai/engine/services:ai"
      ],
Y
yangming_ha 已提交
13 14
      "rom": "130KB",
      "ram": "~337KB",
M
mamingshuai 已提交
15 16 17 18
      "output": [
        "ai_server",
        "ai_communication_adapter.a"
      ],
L
liushijiu 已提交
19 20 21 22
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
M
mamingshuai 已提交
23 24 25 26 27 28 29 30 31
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function",
          "iniparser"
        ],
        "kernel_special": {},
        "board_special": {},
        "components": [
Y
yangming_ha 已提交
32
          "hilog",
M
mamingshuai 已提交
33
          "utils_base",
Y
yangming_ha 已提交
34 35
          "ipc_lite",
          "samgr_lite"
M
mamingshuai 已提交
36 37 38 39 40
        ]
      }
    }
  ]
}