memana/analyzetoolclient/consoleui/group/atconsoleui.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 Console UI.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          atool.exe
       
    21 TARGETTYPE      exe
       
    22 SECUREID		0x20012433
       
    23 CAPABILITY      PowerMgmt
       
    24 
       
    25 SMPSAFE
       
    26 
       
    27 MW_LAYER_SYSTEMINCLUDE
       
    28 OS_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../inc
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          atconsoleui.cpp
       
    36 SOURCE          atconsoleviews.cpp
       
    37 
       
    38 LIBRARY         euser.lib charconv.lib ws32.lib apgrfx.lib 
       
    39 LIBRARY			atoolstorageserverclnt.lib
       
    40 
       
    41 // End of File