[Unittest] add hwmem test
[platform/adaptation/npu/trix-engine.git] / meson_options.txt
index df19b21..62acb8d 100644 (file)
@@ -1,5 +1,16 @@
-option('comm_opt', type : 'combo', choices : ['ip', 'fm'], value : 'ip')
-option('resv_mem_size', type : 'string', value : '512M')
-option('working_dir', type : 'string', value : '/tmp/')
-option('log_dir', type : 'string', value : '/tmp')
-option('enable_test_mode', type : 'boolean', value : false)
+option('comm_opt', type : 'string', value : 'ip')
+option('resv_mem_size', type : 'string', value : '0')
+option('num_threads', type : 'string', value : '8')
+option('prefix_share', type : 'string', value : '/share')
+option('prefix_profile', type : 'string', value : '/tmp')
+option('log_dir', type : 'string', value : '/tmp/')
+option('log_level', type : 'string', value : '2')
+option('mute_stdout', type : 'boolean', value : false)
+option('target_platform', type : 'combo', choices : ['debian', 'tizen', 'fpga'], value : 'debian')
+option('enable_npu_emul', type : 'boolean', value : false)
+option('enable_npu_cuse', type : 'boolean', value : false)
+option('enable_data_manip', type : 'boolean', value : false)
+option('enable_buffering', type : 'boolean', value : false)
+option('enable_plugin_npumgr', type : 'boolean', value : false)
+option('enable_plugin_nns', type : 'boolean', value : false)
+option('kernel_hdr_dir', type : 'string', value : '')