piprofiler/engine/group/ProfilerEngine.mmp
branchRCL_3
changeset 13 da2cedce4920
child 14 a9c038d69df8
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 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET      PIProfilerEngine.exe
       
    23 TARGETTYPE  EXE
       
    24 UID         0x100039CE 0x2001E5AD
       
    25 VENDORID    VID_DEFAULT
       
    26 CAPABILITY  ALL -TCB
       
    27 SMPSAFE
       
    28 
       
    29 EPOCSTACKSIZE     	0x10000
       
    30 EPOCHEAPSIZE        0x100000 0x2000000  // Min 1MB, Max 32MB
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE
       
    33 USERINCLUDE     ../inc
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE		ProfilerErrorChecker.cpp
       
    37 SOURCE      ProfilerEngine.cpp 
       
    38 SOURCE      SamplerController.cpp
       
    39 SOURCE      SamplerPluginLoader.cpp 
       
    40 SOURCE      WriterController.cpp
       
    41 SOURCE      WriterPluginLoader.cpp 
       
    42 SOURCE		ProfilerTimer.cpp 
       
    43 
       
    44 LIBRARY		sysutil.lib 
       
    45 LIBRARY     EFSRV.LIB
       
    46 LIBRARY     C32.LIB
       
    47 LIBRARY     EUSER.LIB 
       
    48 LIBRARY     estor.lib 
       
    49 LIBRARY     fbscli.lib
       
    50 LIBRARY     ws32.lib
       
    51 LIBRARY     bafl.lib 
       
    52 LIBRARY     charconv.lib
       
    53 LIBRARY     ecom.lib
       
    54 LIBRARY		PlatformEnv.lib