perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GeneralsConfig.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
--- a/perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GeneralsConfig.h	Fri Oct 08 14:56:39 2010 +0300
+++ b/perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GeneralsConfig.h	Tue Oct 26 16:20:32 2010 +0300
@@ -19,6 +19,21 @@
 #ifndef GENERALS_CONFIG_H
 #define GENERALS_CONFIG_H
 
+/* Inspired from nomadik.h to use a free interrupt id */ 
+// For HREFED
+//const TInt KBridgeProfilerInterruptId = 108;
+// For HREFv1
+const TInt KBridgeProfilerInterruptId = 117;
+const TInt KDefaultInterruptNumber  = 99;
+/* Bridge Machine Unique ID in variant.cpp */
+const TUint KBridgeMachineUID = 0x101FF810;
+
+/* Naviengine Machine Unique ID in variant.cpp */
+const TUint KNaviengineMachineUID = 0x4956414E;
+
+const TUint32 KStateSamplingEnding = 999999;
+
+const TInt KValueZero = 0;
 
 	// change this to reflect the ISA task amount
 	#define PROFILER_ISA_OS_TASK_AMOUNT	50