memspy/MemSpyServer/group/MemSpyServer.mmp
changeset 20 a71a3e32a2ae
child 30 86a2e675b80a
equal deleted inserted replaced
15:ccab7f1f8266 20:a71a3e32a2ae
       
     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 #include <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGETTYPE EXE
       
    23 TARGET MemSpyServer.exe
       
    24 UID 0 0x2002EA8D
       
    25 SECUREID     0xE5883BC2
       
    26 VENDORID	 0x101FB657 // Nokia
       
    27 
       
    28 EPOCSTACKSIZE 0x4000
       
    29 EPOCHEAPSIZE 0x100000 0x4000000
       
    30 
       
    31 
       
    32 SOURCEPATH ../Source
       
    33 //SOURCE 		MemSpyServer.cpp 
       
    34 //SOURCE		MemSpyServerSession.cpp 
       
    35 SOURCE		MemSpyServerMain.cpp 
       
    36 
       
    37 USERINCLUDE ../Include
       
    38 
       
    39 CAPABILITY ReadUserData WriteUserData ReadDeviceData WriteDeviceData
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY         MemSpyDriverClient.lib
       
    46 LIBRARY         MemSpyEngine.lib
       
    47 
       
    48 LIBRARY 		euser.lib
       
    49 LIBRARY			ecom.lib
       
    50 LIBRARY			efsrv.lib
       
    51 LIBRARY			estor.lib
       
    52 LIBRARY			bafl.lib
       
    53 LIBRARY			ws32.lib
       
    54 LIBRARY			cone.lib
       
    55 LIBRARY			eikcore.lib
       
    56 LIBRARY			fbscli.lib 
       
    57 LIBRARY 		PlatformEnv.lib
       
    58 LIBRARY 		flogger.lib
       
    59 LIBRARY			apgrfx.lib
       
    60