perfsrv/analyzetool/dynamicmemoryhook/group/atoolmemoryhook.mmp
changeset 51 98307c651589
equal deleted inserted replaced
42:0ff24a8f6ca2 51:98307c651589
       
     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:  The .mmp file for AToolMemoryHook.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../../symbian_version.hrh"
       
    20 
       
    21 TARGET        atoolmemoryhook.dll
       
    22 TARGETTYPE    dll
       
    23 UID           0x1000008d 0x2001242F
       
    24 CAPABILITY    ALL -TCB
       
    25 
       
    26 #if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 )
       
    27 EPOCALLOWDLLDATA
       
    28 #endif
       
    29 
       
    30 SMPSAFE
       
    31 
       
    32 SOURCEPATH    ../src
       
    33 
       
    34 SOURCE        analyzetooleventhandler.cpp
       
    35 SOURCE        codeblock.cpp
       
    36 SOURCE        threadstack.cpp
       
    37 SOURCE        customuser.cpp
       
    38 SOURCE        analyzetoolmemoryallocator.cpp
       
    39 SOURCE        analyzetoolmainallocator.cpp
       
    40 SOURCE        analyzetoolallocator.cpp
       
    41 SOURCE        analyzetoolfastlog.cpp
       
    42 SOURCE        atdriveinfo.cpp
       
    43 SOURCE        analyzetoolfilelog.cpp
       
    44 
       
    45 USERINCLUDE   ../inc
       
    46 USERINCLUDE   ../../inc
       
    47 USERINCLUDE   ../../analyzetool_plat/analyzetool_api/inc/analyzetool
       
    48 
       
    49 #ifdef WINSCW
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 #endif
       
    52 
       
    53 OS_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY       efsrv.lib 
       
    56 LIBRARY       euser.lib
       
    57 LIBRARY       flogger.lib
       
    58 LIBRARY       charconv.lib 
       
    59 LIBRARY       platformenv.lib
       
    60 LIBRARY       sysutil.lib 
       
    61 LIBRARY       estor.lib 
       
    62 #ifdef WINSCW
       
    63 LIBRARY        cone.lib
       
    64 #endif
       
    65 
       
    66 #if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 )
       
    67 MACRO	USE_CLEANER_DLL
       
    68 #endif
       
    69 
       
    70 // End of File