1{
2  "name": "@ohos/ai_engine",
3  "description": "AI engine framework.",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "pubiishAs": "code-segment",
7  "segment": {
8    "destPath": "foundation/ai/ai_engine"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "ai_engine",
14    "subsystem": "ai",
15    "syscap": [ "SystemCapability.Ai.AiEngine" ],
16    "feature": [],
17    "adapted_system_type": [ "small" ],
18    "rom": "130KB",
19    "ram": "~337KB",
20    "deps": {
21      "components": [
22        "hilog",
23        "utils_base",
24        "ipc",
25        "samgr_lite"
26      ],
27      "third_party": [
28        "bounds_checking_function"
29      ]
30    },
31    "build": {
32      "sub_component": [ "//foundation/ai/ai_engine/services:ai" ],
33      "inner_kits": [],
34      "test": [ "//foundation/ai/ai_engine/test" ]
35    }
36  }
37}
38