Move DebugSettingsManager to core

- pass registry path in constructor

Change-Id: I2a121da2c9483a0df088989feea490a638c63016
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2019-12-13 16:48:57 +01:00
committed by sys_ocldev
parent 43db1bffed
commit f0a6f6b057
94 changed files with 163 additions and 116 deletions

View File

@@ -5,9 +5,9 @@
*
*/
#include "core/debug_settings/debug_settings_manager.h"
#include "core/helpers/options.h"
#include "runtime/device/device.h"
#include "runtime/os_interface/debug_settings_manager.h"
#include "runtime/platform/platform.h"
#include "test.h"