memana/analyzetoolclient/configurationappgui/group/atconfigurationappgui.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 Configuration UI.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET			atconfigurationappgui.exe
       
    22 UID			    0x100039CE 0x20012432
       
    23 VENDORID        0
       
    24 TARGETTYPE      exe
       
    25 CAPABILITY      ALL -TCB
       
    26 EPOCSTACKSIZE   0x5000
       
    27 
       
    28 SMPSAFE
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 USERINCLUDE     ../inc ../data ../../inc
       
    33 SOURCEPATH		../data
       
    34 
       
    35 START RESOURCE	atconfigurationappgui.rss
       
    36 HEADER
       
    37 TARGETPATH APP_RESOURCE_DIR
       
    38 END //RESOURCE
       
    39 
       
    40 START RESOURCE	atconfigurationappgui_reg.rss
       
    41 DEPENDS			atconfigurationappgui.rsg
       
    42 TARGETPATH		/private/10003a3f/apps
       
    43 END //RESOURCE
       
    44 
       
    45 LIBRARY			euser.lib apparc.lib cone.lib eikcore.lib avkon.lib apgrfx.lib
       
    46 LIBRARY			commonengine.lib efsrv.lib estor.lib eikcoctl.lib eikdlg.lib 
       
    47 LIBRARY			eikctl.lib bafl.lib fbscli.lib aknnotify.lib aknicon.lib
       
    48 LIBRARY			etext.lib gdi.lib egul.lib insock.lib charconv.lib 
       
    49 LIBRARY			ecom.lib InetProtUtil.lib http.lib esock.lib atoolstorageserverclnt.lib
       
    50 LIBRARY         flogger.lib
       
    51 
       
    52 LANG 			SC
       
    53 SOURCEPATH		../src
       
    54 
       
    55 #ifdef ENABLE_ABIV2_MODE
       
    56 DEBUGGABLE
       
    57 #endif
       
    58 
       
    59 SOURCE atconfigurationappguilistbox.cpp 
       
    60 SOURCE atconfigurationappguilistboxview.cpp 
       
    61 SOURCE atconfigurationappguiappui.cpp 
       
    62 SOURCE atconfigurationappguiapplication.cpp 
       
    63 SOURCE atconfigurationappguidocument.cpp
       
    64 SOURCE atconfigurationappguiprocessview.cpp
       
    65 SOURCE atconfigurationappguiprocesscontainer.cpp
       
    66 SOURCE atconfigurationappguisettingitemlist.cpp
       
    67 SOURCE atconfigurationappguisettingitemlistsettings.cpp
       
    68 SOURCE atconfigurationappguisettingitemlistview.cpp
       
    69 
       
    70 // End of File