piprofiler/rom/piprofiler.iby
branchRCL_3
changeset 13 da2cedce4920
child 20 ca8a1b6995f6
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 __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 data=ZSYSTEM\Install\PIProfiler_stub.sis						system\install\PIProfiler_stub.sis
       
    26 
       
    27 // sampler plugins
       
    28 // NOTE: Mandatory kernel driver included in piprofiler_ldd.iby
       
    29 ECOM_PLUGIN(PIProfilerGenerals.dll, PIProfilerGenerals.rsc)
       
    30 
       
    31 ECOM_PLUGIN(PIProfilerBUP.dll, PIProfilerBUP.rsc)
       
    32 file=ABI_DIR\BUILD_DIR\PIProfilerTouchEventAnim.dll				sys\bin\PIProfilerTouchEventAnim.dll
       
    33 
       
    34 // Writer plugins
       
    35 ECOM_PLUGIN(piprofilerdebugwriter.dll, piprofilerdebugwriter.rsc)
       
    36 ECOM_PLUGIN(piprofilerdiskwriter.dll, piprofilerdiskwriter.rsc)
       
    37 
       
    38 #endif //__PIPROFILER__