piprofiler/piprofiler_plat/inc/ProfilerVersion.h
branchRCL_3
changeset 13 da2cedce4920
equal deleted inserted replaced
12:d27dfa8884ad 13:da2cedce4920
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PROFILER_TOOL_VERSION_H
       
    20 #define PROFILER_TOOL_VERSION_H
       
    21 
       
    22 	/*
       
    23 	 *
       
    24 	 *	PI Profiler tool composition definitions
       
    25 	 *
       
    26 	 */	
       
    27 
       
    28 	#define PROFILER_VERSION		"PI Profiler v2.1.0"
       
    29 	#define PROFILER_VERSION_SHORT	_L("2.00.0")
       
    30 	#define PROFILER_SAMPLER_VERSION	_L("2.00.0")
       
    31 	#define PROFILER_RELEASE_DATE			_L("23rd February 2009. ")
       
    32 	
       
    33 	#define PROFILER_GPP_SAMPLER_VERSION   _L("2.00")    // SMPfied v2.00
       
    34 	#define PROFILER_GFC_SAMPLER_VERSION   _L8("1.10")
       
    35 	#define PROFILER_ITT_SAMPLER_VERSION   _L8("1.22")
       
    36 	#define PROFILER_MEM_SAMPLER_VERSION	_L8("2.02")
       
    37 	#define PROFILER_PRI_SAMPLER_VERSION	_L8("1.56")
       
    38 	#define PROFILER_BUP_SAMPLER_VERSION	_L8("1.20")
       
    39 	#define PROFILER_IRQ_SAMPLER_VERSION	_L8("1.20")
       
    40 	#define PROFILER_TIP_SAMPLER_VERSION	_L8("1.10")
       
    41 	#define PROFILER_PEC_SAMPLER_VERSION  _L8("1.24")
       
    42 	#define PROFILER_PWR_SAMPLER_VERSION	_L8("1.57")
       
    43 	#define PROFILER_SCR_SAMPLER_VERSION	_L8("1.57")
       
    44 	#define PROFILER_IPC_SAMPLER_VERSION	_L8("1.59")
       
    45     #define PROFILER_GPU_SAMPLER_VERSION    _L8("1.00")
       
    46 
       
    47 #endif