analyzetool/dynamicmemoryhook/group/atoolmemoryhook.mmp
changeset 22 a009639409f5
child 49 7fdc9a71d314
equal deleted inserted replaced
17:67c6ff54ec25 22:a009639409f5
       
     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 
       
    43 SOURCEPATH    ../../storageserver/server/src
       
    44 SOURCE        atdriveinfo.cpp
       
    45 
       
    46 USERINCLUDE   ../inc
       
    47 USERINCLUDE   ../../inc
       
    48 USERINCLUDE   ../../storageserver/inc
       
    49 USERINCLUDE   ../../storageserver/server/inc
       
    50 
       
    51 #ifdef WINSCW
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 #endif
       
    54 
       
    55 OS_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY       efsrv.lib 
       
    58 LIBRARY       euser.lib
       
    59 LIBRARY       atoolstorageserverclnt.lib
       
    60 LIBRARY       flogger.lib
       
    61 LIBRARY       charconv.lib 
       
    62 LIBRARY       platformenv.lib 
       
    63 
       
    64 #if ( SYMBIAN_VERSION_SUPPORT >= SYMBIAN_3 )
       
    65 MACRO	USE_CLEANER_DLL
       
    66 #endif
       
    67 
       
    68 // End of File