Files
openvino/tools/deployment_manager/configs/darwin.json
Ilya Lavrenov c4eeecfec5 Remove myriad plugin (#15131)
* Removed Intel MYRIAD plugin

* Removed Intel MYIAD from CI files

* Removed Intel MYRIAD from cmake folder

* Removed MYRIAD, HDDL from samples

* Removed MYRIAD, HDDL from scripts folder

* Removed MYRIAD from bindings folder (C and Python API)

* Removed MYRIAD tests

* Removed MYRIAD from tests folder

* Removed MYRIAD from tools folder

* Removed HDDL (VAD), MYRIAD (NSC2) from documentation

* Fixed build for AUTO unit tests

* Fixed clang code style

* Fixed comments and issues

* removed MYRIAD from AUTO tests

* Disabled MULTI tests in CI

* Update docs/OV_Runtime_UG/auto_device_selection.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/get_started/get_started_demos.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/OV_Runtime_UG/deployment/local-distribution.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2023-01-18 15:19:44 +04:00

86 lines
2.9 KiB
JSON

{
"version": "0.2",
"components": {
"setupvars": {
"mandatory" : "yes",
"files": [
"setupvars.sh"
]
},
"openvino_license": {
"mandatory" : "yes",
"files": [
"docs/licensing"
]
},
"ie_core": {
"group": ["ie"],
"files": [
"runtime/lib/intel64/Release/libopenvino.2022.3.0.dylib",
"runtime/lib/intel64/Release/libopenvino.2230.dylib",
"runtime/lib/intel64/Release/libopenvino.dylib",
"runtime/lib/intel64/Release/libopenvino_gapi_preproc.so",
"runtime/lib/intel64/Release/libopenvino_c.2022.3.0.dylib",
"runtime/lib/intel64/Release/libopenvino_c.2230.dylib",
"runtime/lib/intel64/Release/libopenvino_c.dylib",
"runtime/lib/intel64/Release/libopenvino_hetero_plugin.so",
"runtime/lib/intel64/Release/libopenvino_auto_plugin.so",
"runtime/lib/intel64/Release/libopenvino_auto_batch_plugin.so",
"runtime/lib/intel64/Release/libopenvino_ir_frontend.2022.3.0.dylib",
"runtime/lib/intel64/Release/libopenvino_ir_frontend.2230.dylib",
"runtime/lib/intel64/Release/libopenvino_onnx_frontend.2022.3.0.dylib",
"runtime/lib/intel64/Release/libopenvino_onnx_frontend.2230.dylib",
"runtime/lib/intel64/Release/libopenvino_onnx_frontend.dylib",
"runtime/lib/intel64/Release/libopenvino_paddle_frontend.2022.3.0.dylib",
"runtime/lib/intel64/Release/libopenvino_paddle_frontend.2230.dylib",
"runtime/lib/intel64/Release/libopenvino_paddle_frontend.dylib",
"runtime/lib/intel64/Release/libopenvino_tensorflow_frontend.2022.3.0.dylib",
"runtime/lib/intel64/Release/libopenvino_tensorflow_frontend.2230.dylib",
"runtime/lib/intel64/Release/libopenvino_tensorflow_frontend.dylib",
"runtime/lib/intel64/Release/plugins.xml",
"runtime/3rdparty/tbb"
]
},
"cpu": {
"ui_name": "Inference Engine Runtime for Intel(R) CPU",
"group": ["ie"],
"dependencies" : ["ie_core"],
"files": [
"runtime/lib/intel64/Release/libopenvino_intel_cpu_plugin.so"
]
},
"python3.7": {
"ui_name": "OpenVINO Python API for Python 3.7",
"group": ["python"],
"dependencies" : ["ie_core"],
"files": [
"python/python3.7"
]
},
"python3.8": {
"ui_name": "OpenVINO Python API for Python 3.8",
"group": ["python"],
"dependencies" : ["ie_core"],
"files": [
"python/python3.8"
]
},
"python3.9": {
"ui_name": "OpenVINO Python API for Python 3.9",
"group": ["python"],
"dependencies" : ["ie_core"],
"files": [
"python/python3.9"
]
},
"python3.10": {
"ui_name": "OpenVINO Python API for Python 3.10",
"group": ["python"],
"dependencies" : ["ie_core"],
"files": [
"python/python3.10"
]
}
}
}