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 "features": [ "mindspore_feature_nnrt_metagraph" ], 20 "adapted_system_type": [ 21 "standard" 22 ], 23 "rom": "", 24 "ram": "", 25 "deps": { 26 "components": [ 27 "c_utils", 28 "hilog", 29 "hiappevent", 30 "hdf_core", 31 "ipc", 32 "neural_network_runtime", 33 "drivers_interface_nnrt", 34 "ability_runtime", 35 "napi", 36 "resource_management", 37 "bounds_checking_function" 38 ], 39 "third_party": [ 40 "flatbuffers" 41 ] 42 }, 43 "build": { 44 "sub_component": [ 45 "//third_party/mindspore/:mindspore-all" 46 ], 47 "inner_kits": [ 48 { 49 "name": "//third_party/mindspore:mindir", 50 "header": { 51 "header_files": [ 52 "mindir_lite_graph.h", 53 "mindir_primitive.h", 54 "mindir_tensor.h", 55 "mindir_types.h", 56 "mindir.h" 57 ], 58 "header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include" 59 } 60 }, 61 { 62 "name": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir:mindir_lib", 63 "header": { 64 "header_files": [ 65 "mindir_lite_graph.h", 66 "mindir_primitive.h", 67 "mindir_tensor.h", 68 "mindir_types.h", 69 "mindir.h" 70 ], 71 "header_base": "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include" 72 } 73 }, 74 { 75 "name": "//third_party/mindspore/:mindspore-ndk", 76 "header": { 77 "header_files": [ 78 "context_c.h", 79 "data_type_c.h", 80 "format_c.h", 81 "model_c.h", 82 "status_c.h", 83 "tensor_c.h", 84 "types_c.h" 85 ], 86 "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api" 87 } 88 }, 89 { 90 "name": "//third_party/mindspore/mindspore-src/source/mindspore/lite:mindspore_ndk", 91 "header": { 92 "header_files": [ 93 "context_c.h", 94 "data_type_c.h", 95 "format_c.h", 96 "model_c.h", 97 "status_c.h", 98 "tensor_c.h", 99 "types_c.h" 100 ], 101 "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api" 102 } 103 }, 104 { 105 "name": "//third_party/mindspore/:mindspore-lib", 106 "header": { 107 "header_files": [], 108 "header_base": "//third_party/mindspore/mindspore-src/source/include/c_api" 109 } 110 } 111 ], 112 "test": [ 113 "//third_party/mindspore:mindspore-test" 114 ] 115 } 116 } 117 } 118