1{ 2 "name": "@ohos/mindspore", 3 "description": "AI Framework.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "pubiishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/mindspore" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "mindspore", 14 "subsystem": "thirdparty", 15 "syscap": [ 16 "SystemCapability.Ai.MindSpore", 17 "SystemCapability.AI.MindSporeLite" 18 ], 19 "feature": [ "mindspore_feature_nnrt_metagraph = false" ], 20 "adapted_system_type": [ 21 "standard" 22 ], 23 "rom": "", 24 "ram": "", 25 "deps": { 26 "components": [ 27 "c_utils", 28 "hilog", 29 "hdf_core", 30 "ipc", 31 "neural_network_runtime", 32 "drivers_interface_nnrt", 33 "ability_runtime", 34 "napi", 35 "resource_management", 36 "bounds_checking_function" 37 ], 38 "third_party": [ 39 "flatbuffers" 40 ] 41 }, 42 "build": { 43 "sub_component": [ 44 "//third_party/mindspore/:mindspore-all" 45 ], 46 "inner_kits": [ 47 { 48 "name": "//third_party/mindspore/:mindir", 49 "header": { 50 "header_files": [ 51 "mindir_lite_graph.h", 52 "mindir_primitive.h", 53 "mindir_tensor.h", 54 "mindir_types.h", 55 "mindir.h" 56 ], 57 "header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include" 58 } 59 }, 60 { 61 "name": "//third_party/mindspore/:mindspore-ndk", 62 "header": { 63 "header_files": [ 64 "context_c.h", 65 "data_type_c.h", 66 "format_c.h", 67 "model_c.h", 68 "status_c.h", 69 "tensor_c.h", 70 "types_c.h" 71 ], 72 "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api" 73 } 74 }, 75 { 76 "name": "//third_party/mindspore/:mindspore-lib", 77 "header": { 78 "header_files": [], 79 "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api" 80 } 81 } 82 ], 83 "test": [ 84 "//third_party/mindspore/:mindspore-test" 85 ] 86 } 87 } 88 } 89