piprofiler/rom/piprofiler_s2.iby
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
     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 __PIPROFILER__
       
    20 #define __PIPROFILER__
       
    21 
       
    22 // PI Profiler Engine itself 
       
    23 file=ABI_DIR\BUILD_DIR\PIProfilerEngine.exe						sys\bin\PIProfilerEngine.exe
       
    24 file=ABI_DIR\BUILD_DIR\PIProfiler.exe							sys\bin\PIProfiler.exe
       
    25 
       
    26 // sampler plugins
       
    27 // NOTE: Mandatory kernel driver included in piprofiler_ldd.iby
       
    28 ECOM_PLUGIN(PIProfilerGenerals.dll, PIProfilerGenerals.rsc)
       
    29 
       
    30 ECOM_PLUGIN(PIProfilerBUP.dll, PIProfilerBUP.rsc)
       
    31 file=ABI_DIR\BUILD_DIR\PIProfilerTouchEventAnim.dll				sys\bin\PIProfilerTouchEventAnim.dll
       
    32 
       
    33 // Writer plugins
       
    34 ECOM_PLUGIN(piprofilerdebugwriter.dll, piprofilerdebugwriter.rsc)
       
    35 ECOM_PLUGIN(piprofilerdiskwriter.dll, piprofilerdiskwriter.rsc)
       
    36 
       
    37 #endif //__PIPROFILER__