analyzetool/storageserver/server/group/atoolstorageserver.mmp
branchRCL_3
changeset 59 8ad140f3dd41
parent 19 da2cedce4920
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     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 the server side of AToolStorageServer
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET        atoolstorageserver.exe
       
    21 TARGETTYPE    exe
       
    22 UID           0x0 0x20012430   
       
    23 CAPABILITY    NONE
       
    24 
       
    25 SMPSAFE
       
    26 
       
    27 EPOCHEAPSIZE 0x10000 0x800000
       
    28 
       
    29 SOURCEPATH    ../src
       
    30 
       
    31 SOURCE        atstorageserver.cpp
       
    32 SOURCE        atstorageserversession.cpp
       
    33 SOURCE        atmemoryentry.cpp
       
    34 SOURCE        atdynprocessinfo.cpp
       
    35 SOURCE        atdriveinfo.cpp
       
    36 SOURCE        atdllinfo.cpp
       
    37 
       
    38 USERINCLUDE   ../inc
       
    39 USERINCLUDE   ../../inc
       
    40 USERINCLUDE   ../../../inc
       
    41 
       
    42 OS_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY     euser.lib
       
    45 LIBRARY     efsrv.lib
       
    46 LIBRARY     flogger.lib
       
    47 LIBRARY     charconv.lib
       
    48 LIBRARY     platformenv.lib 
       
    49 
       
    50 // End of File