Fix the path to user commands
[staging/basesystem.git] / service / system / resource_manager / server / src / resm.cpp
index 41caa19..6bed6bd 100755 (executable)
@@ -90,9 +90,9 @@ CFrameworkunifiedVersion g_FrameworkunifiedVersion(MAJORNO, MINORNO, REVISION);
 #define DEBUG_INFO_CPU_TOP_LINES  (10)
 #define DEBUG_INFO_CMA_MIN  (160000)  // in KB
 #define DEBUG_INFO_CMA_LETTERS  (20)
-#define DEBUG_INFO_DSP_PG_PATH  "/usr/agl/bin/bs_analysis_dispinfo_debug"
+#define DEBUG_INFO_DSP_PG_PATH  "/usr/bin/bs_analysis_dispinfo_debug"
 
-#define DROP_CACHES_PG_PATH "/usr/agl/bin/drop_caches"
+#define DROP_CACHES_PG_PATH "/usr/bin/drop_caches"
 
 #define READLINE_MAX_SIZE       512
 #define READ_MAX_SIZE          4096