perfsrv/piprofiler/plugins/GeneralsPlugin/inc/GeneralsConfig.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
    17 
    17 
    18 
    18 
    19 #ifndef GENERALS_CONFIG_H
    19 #ifndef GENERALS_CONFIG_H
    20 #define GENERALS_CONFIG_H
    20 #define GENERALS_CONFIG_H
    21 
    21 
       
    22 /* Inspired from nomadik.h to use a free interrupt id */ 
       
    23 // For HREFED
       
    24 //const TInt KBridgeProfilerInterruptId = 108;
       
    25 // For HREFv1
       
    26 const TInt KBridgeProfilerInterruptId = 117;
       
    27 const TInt KDefaultInterruptNumber  = 99;
       
    28 /* Bridge Machine Unique ID in variant.cpp */
       
    29 const TUint KBridgeMachineUID = 0x101FF810;
       
    30 
       
    31 /* Naviengine Machine Unique ID in variant.cpp */
       
    32 const TUint KNaviengineMachineUID = 0x4956414E;
       
    33 
       
    34 const TUint32 KStateSamplingEnding = 999999;
       
    35 
       
    36 const TInt KValueZero = 0;
    22 
    37 
    23 	// change this to reflect the ISA task amount
    38 	// change this to reflect the ISA task amount
    24 	#define PROFILER_ISA_OS_TASK_AMOUNT	50	
    39 	#define PROFILER_ISA_OS_TASK_AMOUNT	50	
    25 
    40 
    26 	// don't change these definitions
    41 	// don't change these definitions