memspy/MemSpyServer/group/MemSpyServer.mmp
changeset 17 67c6ff54ec25
child 22 a009639409f5
equal deleted inserted replaced
15:ccab7f1f8266 17:67c6ff54ec25
       
     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 EPOCSTACKSIZE 0x4000
       
    25 EPOCHEAPSIZE 0x100000 0x4000000
       
    26 UID 0 0x2002EA8D
       
    27 SECUREID     0xE5883BC2
       
    28 VENDORID	 0x101FB657 // Nokia
       
    29 
       
    30 SOURCEPATH ../Source
       
    31 SOURCE 		MemSpyServer.cpp 
       
    32 SOURCE		MemSpyServerSession.cpp 
       
    33 SOURCE		MemSpyServerMain.cpp 
       
    34 
       
    35 USERINCLUDE ../Include
       
    36 
       
    37 CAPABILITY ReadUserData WriteUserData ReadDeviceData WriteDeviceData
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         MemSpyDriverClient.lib
       
    42 LIBRARY         MemSpyEngine.lib
       
    43 
       
    44 LIBRARY 		euser.lib
       
    45 LIBRARY			ecom.lib
       
    46 LIBRARY			efsrv.lib
       
    47 LIBRARY			estor.lib
       
    48 LIBRARY			bafl.lib
       
    49 LIBRARY			ws32.lib
       
    50 LIBRARY			cone.lib
       
    51 LIBRARY			eikcore.lib
       
    52 LIBRARY			fbscli.lib 
       
    53 LIBRARY 		PlatformEnv.lib
       
    54 LIBRARY 		flogger.lib
       
    55 LIBRARY			apgrfx.lib	
       
    56 LIBRARY			apparc.lib