perfsrv/memspy/CommandLine/group/MemSpyCommandLine.mmp
changeset 48 516af714ebb4
child 55 f2950aff7424
equal deleted inserted replaced
45:185201be11b0 48:516af714ebb4
       
     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 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          MemSpy.exe
       
    23 TARGETTYPE      exe
       
    24 UID             0x1000008d 0x2002129D
       
    25 VENDORID		VID_DEFAULT
       
    26 SMPSAFE
       
    27 
       
    28 CAPABILITY		WriteDeviceData
       
    29 
       
    30 SOURCEPATH      ../Source
       
    31 SOURCE          MemSpyCommandLine.cpp
       
    32 SOURCE          MemSpyCommandLineMain.cpp
       
    33 
       
    34 
       
    35 USERINCLUDE     ../Include
       
    36 
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         MemSpyClient.lib
       
    43 
       
    44 LIBRARY					euser.lib 
       
    45 LIBRARY 				efsrv.lib 
       
    46 LIBRARY 				bafl.lib 
       
    47 
       
    48