memana/analyzetoolclient/dynamicmemoryhook/group/atoolmemoryhook.mmp
changeset 0 f0f2b8682603
equal deleted inserted replaced
-1:000000000000 0:f0f2b8682603
       
     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 
       
    20 TARGET        atoolmemoryhook.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x2001242F
       
    23 CAPABILITY    ALL -TCB
       
    24 
       
    25 SMPSAFE
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 
       
    29 SOURCE        analyzetooleventhandler.cpp
       
    30 SOURCE        codeblock.cpp
       
    31 SOURCE        threadstack.cpp
       
    32 SOURCE        customuser.cpp
       
    33 SOURCE        analyzetoolmemoryallocator.cpp
       
    34 SOURCE        analyzetoolmainallocator.cpp
       
    35 SOURCE        analyzetoolallocator.cpp
       
    36 SOURCE        analyzetoolfastlog.cpp
       
    37 
       
    38 SOURCEPATH    ../../storageserver/server/src
       
    39 SOURCE        atdriveinfo.cpp
       
    40 
       
    41 USERINCLUDE   ../inc
       
    42 USERINCLUDE   ../../inc
       
    43 USERINCLUDE   ../../storageserver/inc
       
    44 USERINCLUDE   ../../storageserver/server/inc
       
    45 
       
    46 #ifdef WINSCW
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 #endif
       
    49 
       
    50 OS_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY       efsrv.lib 
       
    53 LIBRARY       euser.lib
       
    54 LIBRARY       atoolstorageserverclnt.lib
       
    55 LIBRARY       flogger.lib
       
    56 LIBRARY       charconv.lib 
       
    57 LIBRARY       platformenv.lib 
       
    58 #ifdef WINSCW
       
    59 LIBRARY		  cone.lib
       
    60 #endif
       
    61 
       
    62 // End of File