--- /dev/null
+; This ini file describes,
+; 1. which NPU backend to be used for user-given INFERENCE_ENGINE_CUSTOM type. As for NPU device, we will use ML Single API.
+; 2. which API framework to be used for a given backend engine such as TFLITE, ARMNN, and OPENCV.
+; In default, Mediavision internal API will be used. If you want to use ML Single API then set 'MLAPI' to 'API framework' of each backend section.
+
+; Available NPU backends : VIVANTE, TRIV2
+; Available backend engine sections : TFLITE, ARMNN, ONE, OPENCV
+; Available external inference engine API framework : MLAPI
+
+[NPU backend]
+; Writing rule = [VIVANTE|TRIV2]
+type = VIVANTE
+
+[TFLITE]
+; Writing rule = [MLAPI]
+API framework = MLAPI
+
+[ARMNN]
+; Writing rule = [MLAPI]
+API framework =
+
+[OPENCV]
+; Writing rule = [MLAPI]
+API framework =