1{
2    "name": "@ohos/neural_network_runtime",
3    "description": "The Neural Network Runtime that bridges the inference framework and the device accelerator.",
4    "version": "4.0",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "foundation/ai/neural_network_runtime"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "readmePath": {
14        "en": "README.rst"
15    },
16    "component": {
17        "name": "neural_network_runtime",
18        "subsystem": "ai",
19        "syscap": [ "SystemCapability.AI.NeuralNetworkRuntime" ],
20        "features": [],
21        "adapted_system_type": ["standard"],
22        "rom": "1024KB",
23        "ram": "2048KB",
24        "deps": {
25            "components": [
26                "c_utils",
27                "drivers_interface_nnrt",
28                "hdf_core",
29                "hilog",
30                "hitrace",
31                "ipc",
32                "mindspore",
33                "init"
34            ],
35            "third_party": []
36        },
37        "build": {
38            "sub_component": [
39                 "//foundation/ai/neural_network_runtime:nnrt_target"
40             ],
41            "inner_api": [
42                {
43                    "type": "so",
44                    "name": "//foundation/ai/neural_network_runtime:nnrt_target",
45                    "header": {
46                        "header_files": [],
47                        "header_base":"//foundation/ai/neural_network_runtime/interfaces/innerkits/c"
48                    }
49                },
50                {
51                    "type": "so",
52                    "name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core",
53                    "header": {
54                        "header_files": [],
55                        "header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c"
56                    }
57                },
58                {
59                    "type": "so",
60                    "name": "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime:libneural_network_runtime",
61                    "header": {
62                        "header_files": [],
63                        "header_base":"//foundation/ai/neural_network_runtime/interfaces/kits/c"
64                    }
65                }
66            ],
67            "test": [
68                "//foundation/ai/neural_network_runtime/test/unittest:unittest",
69                "//foundation/ai/neural_network_runtime:nnrt_fuzztest"
70            ]
71        }
72    }
73}
74