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