omadm/omadmappui/group/NSmlDMSync.mmp
changeset 0 3ce708148e4d
child 8 0a8136f75056
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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:  NSmlDMSync mmp file 
       
    15 *
       
    16 */
       
    17 
       
    18 #include  <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 
       
    23 TARGET          nsmldmsync.exe
       
    24 TARGETTYPE      exe
       
    25 
       
    26 UID             0x100039CE  0x101F6DE5
       
    27 EPOCSTACKSIZE   0x5000
       
    28 
       
    29 CAPABILITY      CAP_APPLICATION
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 
       
    33 //
       
    34 // AIF icons/files
       
    35 //
       
    36 START RESOURCE ../data/NSmlDMSync.rss
       
    37 // HEADER means epoc32/include
       
    38 HEADER
       
    39 TARGETPATH APP_RESOURCE_DIR    
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 START RESOURCE ../data/NSmlDMSync_reg.rss
       
    44 DEPENDS nsmldmsync.rsg
       
    45 // Do not change the UID below.
       
    46 TARGETPATH /private/10003a3f/apps
       
    47 END
       
    48 
       
    49 SOURCEPATH  ../src
       
    50 
       
    51 SOURCE      NSmlDMAuthQueryDlg.cpp
       
    52 SOURCE      NSmlDMDbNotifier.cpp
       
    53 SOURCE      NSmlDMDlgProfileView.cpp
       
    54 SOURCE      NSmlDMItemData.cpp
       
    55 SOURCE      NSmlDMProfilesContainer.cpp
       
    56 SOURCE      NSmlDMProfilesView.cpp
       
    57 SOURCE      NSmlDMProgress.cpp
       
    58 SOURCE      NSmlDMSyncApp.cpp 
       
    59 SOURCE      NSmlDMSyncAppEngine.cpp
       
    60 SOURCE      NSmlDMSyncAppServer.cpp
       
    61 SOURCE      NSmlDMSyncDialog.cpp
       
    62 SOURCE      NSmlDMSyncDocument.cpp
       
    63 SOURCE      NSmlDMSyncHandler.cpp
       
    64 SOURCE      NSmlDMSyncProfile.cpp
       
    65 SOURCE      NSmlDMSyncProfileItem.cpp
       
    66 SOURCE      NSmlDMSyncProfileList.cpp
       
    67 SOURCE      NSmlDMSyncState.cpp
       
    68 SOURCE      NSmlDMSyncUtil.cpp
       
    69 
       
    70 
       
    71 #ifdef __SYNCML_DM_FOTA
       
    72 SOURCE      NSmlDMFotaModel.cpp
       
    73 #else
       
    74 SOURCE      NSmlDMFotaModel_nofota.cpp
       
    75 #endif
       
    76 SOURCE      NSmlDMFotaView.cpp
       
    77 SOURCE      NSmlDMFotaContainer.cpp
       
    78 SOURCE      NSmlDMFotaSettingsDialog.cpp
       
    79 SOURCE      NSmlDMSyncAppUi_fota.cpp
       
    80 
       
    81 
       
    82 USERINCLUDE     ../inc
       
    83 
       
    84 // Default system include paths for app layer modules.
       
    85 APP_LAYER_SYSTEMINCLUDE
       
    86 SYSTEMINCLUDE   /epoc32/include/libc
       
    87 
       
    88 LIBRARY     aknskins.lib
       
    89 LIBRARY     apgrfx.lib
       
    90 LIBRARY     apengine.lib
       
    91 LIBRARY     apparc.lib
       
    92 LIBRARY     apsettingshandlerui.lib 
       
    93 LIBRARY     avkon.lib
       
    94 LIBRARY     bafl.lib
       
    95 LIBRARY     cone.lib
       
    96 LIBRARY     commdb.lib
       
    97 LIBRARY     commonengine.lib
       
    98 LIBRARY     edbms.lib
       
    99 LIBRARY     efsrv.lib
       
   100 LIBRARY     eikctl.lib
       
   101 LIBRARY     eikcore.lib
       
   102 LIBRARY     eikcoctl.lib 
       
   103 LIBRARY     eikdlg.lib
       
   104 LIBRARY     estor.lib
       
   105 LIBRARY     euser.lib
       
   106 LIBRARY     featmgr.lib
       
   107 LIBRARY     hlplch.lib      //help
       
   108 LIBRARY     ws32.lib
       
   109 LIBRARY     connectionuiutilities.lib
       
   110 LIBRARY     sysutil.lib
       
   111 LIBRARY	    sysversioninfo.lib
       
   112 LIBRARY     etel.lib                        // RTelServer
       
   113 LIBRARY     etelmm.lib                      // RMobilePhone
       
   114 
       
   115 
       
   116 LIBRARY     syncmlclientapi.lib
       
   117 LIBRARY     nsmltransporthandler.lib
       
   118 LIBRARY     nsmltransport.lib
       
   119 LIBRARY     nsmlhistorylog.lib
       
   120 LIBRARY     syncservice.lib
       
   121 LIBRARY     centralrepository.lib
       
   122 
       
   123 #ifdef __SYNCML_DM_FOTA
       
   124 LIBRARY     fotaengine.lib
       
   125 #endif
       
   126 
       
   127 LIBRARY	policyengine.lib
       
   128 LIBRARY			  sysversioninfo.lib
       
   129 
       
   130 LIBRARY			  sisregistryclient.lib
       
   131 
       
   132 DEBUGLIBRARY    flogger.lib
       
   133 
       
   134 SMPSAFE