syncmlfw/syncmlnotifier/group/SyncMLNotifier.mmp
changeset 0 b497e44ab2fc
child 27 5cc2995847ea
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Notifier framework for SyncML DS and DM engine
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include  <platform_paths.hrh>
       
    20 
       
    21 TARGET          syncmlnotifier.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x101fdfae 0x101F8769
       
    24 
       
    25 TARGETPATH      /system/libs
       
    26 
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY		CAP_GENERAL_DLL
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          SyncMLNotifierMain.cpp
       
    32 SOURCE          SyncMLNotifierBase.cpp
       
    33 SOURCE          SyncMLAppLaunchNotifier.cpp
       
    34 SOURCE          SyncMLDlgNotifier.cpp
       
    35 SOURCE          SyncMLFwUpdNotifier.cpp
       
    36 SOURCE          SyncMLTimedMessageQuery.cpp
       
    37 SOURCE          SyncMLTimedQueryDialog.cpp
       
    38 SOURCE          SyncMLQueryTimer.cpp
       
    39 SOURCE          SyncMLQueryDialog.cpp
       
    40 SOURCE			SyncMLMessageQueryDialog.cpp SyncMLPreSyncPluginInterface.cpp
       
    41 SOURCE          SyncMLTimedDateQuery.cpp
       
    42 SOURCE          SyncMLTimedInputTextQuery.cpp
       
    43 SOURCE          SyncMLTimedNumberQueryDialog.cpp SyncMLAknPopUpList.cpp syncmlmmcwatcher.cpp
       
    44 
       
    45 START RESOURCE ../data/SyncMLNotifier.rss
       
    46     HEADER
       
    47     TARGETPATH  RESOURCE_FILES_DIR
       
    48     LANGUAGE_IDS
       
    49 END 
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 
       
    53 // Default system include paths for app layer modules.
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE   /epoc32/include/uikon
       
    56 
       
    57 LIBRARY euser.lib cone.lib                  // Symbian OS framework libraries
       
    58 LIBRARY avkon.lib                           // UI library
       
    59 LIBRARY bafl.lib                            // Basic Application Framework Library
       
    60 LIBRARY commonengine.lib                    // Series 60 common components library
       
    61 LIBRARY charconv.lib                        // Character conversion library
       
    62 LIBRARY eikcoctl.lib eiksrv.lib             // Eikon libraries
       
    63 LIBRARY eikdlg.lib                          // Eikon libraries
       
    64 LIBRARY eikcore.lib                         // Library for eikonEnv static functions (BringForwards)
       
    65 LIBRARY eiksrvui.lib                        // Eikon server ui (for suppressing app -key)
       
    66 LIBRARY esock.lib                           // Sockects library for host resolver
       
    67 LIBRARY aknskins.lib                        // Skinned icons
       
    68 LIBRARY syncservice.lib
       
    69 LIBRARY syncmlclientapi.lib
       
    70 LIBRARY aknnotifierwrapper.lib
       
    71 LIBRARY centralrepository.lib               // Central Repository
       
    72 LIBRARY connmon.lib
       
    73 LIBRARY ecom.lib estor.lib  eikctl.lib egul.lib aknicon.lib aknskinsrv.lib efsrv.lib
       
    74 LIBRARY disknotifyhandler.lib 
       
    75 
       
    76 //#ifdef RD_DM_TEXT_INPUT_ALERT
       
    77 LIBRARY insock.lib  //For IP address dialog
       
    78 //#endif
       
    79 DEBUGLIBRARY flogger.lib                    // File logging services
       
    80 
       
    81 
       
    82 SMPSAFE
       
    83 // End of File
       
    84