defaultapplicationsettings/server/group/das_server.mmp
branchRCL_3
changeset 14 5f281e37a2f5
parent 0 254040eb3b7d
equal deleted inserted replaced
13:90fe62538f66 14:5f281e37a2f5
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Project definition file for project Default App Server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>  
       
    22 
       
    23 TARGET                  defaultappserver.exe
       
    24 TARGETTYPE              EXE
       
    25 UID                     0 0x10281B9C
       
    26 
       
    27 CAPABILITY              WriteDeviceData  SwEvent
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  das.cpp               //entry point
       
    32 SOURCE                  das_app.cpp           //Application class
       
    33 SOURCE                  das_doc.cpp           //Document class
       
    34 SOURCE                  das_appui.cpp         //AppUi class
       
    35 SOURCE                  das_srvmime_dlg.cpp   //dlg class: services & MIMEs
       
    36 SOURCE                  das_view.cpp          //standard view class, rather empty
       
    37 SOURCE                  das_server.cpp        //server class
       
    38 SOURCE                  das_service.cpp       //service class
       
    39 SOURCE                  das_servmimeapps.cpp  //engine class
       
    40 
       
    41 USERINCLUDE             ../inc
       
    42 
       
    43 // Default system include paths for middleware layer modules.
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 START RESOURCE          ../data/defaultappserver.rss
       
    47 HEADER
       
    48 TARGETPATH              APP_RESOURCE_DIR
       
    49 LANGUAGE_IDS
       
    50 END // RESOURCE
       
    51 
       
    52 START RESOURCE          ../data/defaultappserver_reg.rss
       
    53 DEPENDS defaultappserver.rsg
       
    54 TARGETPATH              /private/10003a3f/apps
       
    55 END
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 LIBRARY                 euser.lib
       
    61 LIBRARY                 apparc.lib //is this needed??
       
    62 LIBRARY                 apgrfx.lib
       
    63 LIBRARY                 apmime.lib
       
    64 LIBRARY                 cone.lib
       
    65 LIBRARY                 eikcore.lib
       
    66 LIBRARY                 eikcoctl.lib
       
    67 LIBRARY                 eikdlg.lib
       
    68 LIBRARY                 avkon.lib
       
    69 LIBRARY                 bafl.lib
       
    70 LIBRARY                 commonengine.lib //StringLoader
       
    71 LIBRARY                 serviceregistry.lib
       
    72 
       
    73 LIBRARY aknskins.lib
       
    74 LIBRARY egul.lib
       
    75 LIBRARY aknlayout2scalable.lib
       
    76 LIBRARY aknicon.lib
       
    77 LIBRARY hlplch.lib // for "Help" options menu
       
    78 LIBRARY featmgr.lib
       
    79 
       
    80 LIBRARY                 servicesdb.lib