omads/omadsappui/AspSyncUtil/group/AspSyncUtil.mmp
branchRCL_3
changeset 52 4f0867e42d62
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 2002 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 specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 TARGET        AspSyncUtil.dll
       
    24 TARGETTYPE    dll
       
    25 
       
    26 // 0x101F8720 AspSyncUtil.dll
       
    27 UID	0x10009D8D 0x101F8720
       
    28 
       
    29 VENDORID VID_DEFAULT
       
    30 
       
    31 CAPABILITY CAP_GENERAL_DLL
       
    32 
       
    33 
       
    34 USERINCLUDE	../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE	/epoc32/include/ecom
       
    38 
       
    39 
       
    40 SOURCEPATH	../src
       
    41 SOURCE		AspSyncUtilApi.cpp
       
    42 SOURCE		AspSyncHandler.cpp
       
    43 SOURCE		AspUtil.cpp
       
    44 SOURCE		AspState.cpp
       
    45 SOURCE		AspResHandler.cpp
       
    46 SOURCE		AspDbNotifier.cpp
       
    47 SOURCE		AspSyncUtil.cpp
       
    48 SOURCE		AspProfile.cpp
       
    49 SOURCE		AspProgressDialog.cpp
       
    50 SOURCE		AspContentDialog.cpp
       
    51 SOURCE		AspSettingDialog.cpp
       
    52 SOURCE		AspProfileDialog.cpp
       
    53 SOURCE		AspDialogUtil.cpp
       
    54 SOURCE		AspProfileWizard.cpp
       
    55 SOURCE		AspProfileWizardDialog.cpp
       
    56 SOURCE		AspLogDialog.cpp
       
    57 SOURCE		AspScheduleDialog.cpp
       
    58 SOURCE		AspSchedule.cpp
       
    59 SOURCE          AspSettingViewDialog.cpp
       
    60 SOURCE          AspAutoSyncHandler.cpp
       
    61 SOURCE		AspAdvanceSettingsDialog.cpp AspPreSyncPluginInterface.cpp
       
    62 
       
    63 
       
    64 //SOURCE		AspProfileSelectionDialog.cpp
       
    65 //SOURCE		AspFilterDialog.cpp
       
    66 //SOURCE		AspFilter.cpp
       
    67 
       
    68 // other resources must be placed in z:/system/data
       
    69 START RESOURCE ../src/AspSyncUtil.rss
       
    70 TARGETPATH      RESOURCE_FILES_DIR
       
    71 HEADER
       
    72 LANGUAGE_IDS
       
    73 END
       
    74 
       
    75 
       
    76 LIBRARY	euser.lib
       
    77 LIBRARY cone.lib 
       
    78 
       
    79 LIBRARY eikcore.lib 
       
    80 LIBRARY avkon.lib
       
    81 LIBRARY eikctl.lib
       
    82 LIBRARY ecom.lib
       
    83 LIBRARY eikdlg.lib
       
    84 LIBRARY bafl.lib
       
    85 LIBRARY commonengine.lib
       
    86 LIBRARY eikcoctl.lib
       
    87 LIBRARY estor.lib
       
    88 LIBRARY edbms.lib
       
    89 LIBRARY AknSkins.lib
       
    90 LIBRARY aknicon.lib
       
    91 LIBRARY fbscli.lib
       
    92 LIBRARY egul.lib
       
    93 LIBRARY etext.lib
       
    94 LIBRARY gdi.lib
       
    95 LIBRARY cdlengine.lib
       
    96 LIBRARY AknLayout2Scalable.lib
       
    97 
       
    98 
       
    99 LIBRARY	FeatMgr.lib
       
   100 LIBRARY commdb.lib
       
   101 LIBRARY apengine.lib
       
   102 LIBRARY	efsrv.lib
       
   103 LIBRARY commondialogs.lib
       
   104 LIBRARY	hlplch.lib
       
   105 LIBRARY	apsettingshandlerui.lib
       
   106 LIBRARY ConnectionUiUtilities.lib
       
   107 LIBRARY Muiu.lib
       
   108 LIBRARY ws32.lib
       
   109 
       
   110 LIBRARY	schsvr.lib
       
   111 LIBRARY	centralrepository.lib
       
   112 LIBRARY	connmon.lib
       
   113 
       
   114 LIBRARY	cmmanager.lib
       
   115 //LIBRARY SmlClient.lib
       
   116 LIBRARY SyncMLClientAPI.lib
       
   117 //LIBRARY syncmldatafilter.lib
       
   118 LIBRARY nsmltransporthandler.lib
       
   119 
       
   120 //#ifdef __SAP_POLICY_MANAGEMENT
       
   121 LIBRARY	policyengine.lib calinterimapi.lib 
       
   122 //#endif
       
   123 LIBRARY     	calencommonutils.lib
       
   124 LIBRARY			CalenInterimUtils2.lib
       
   125 
       
   126 //LIBRARY nsmlxml.lib
       
   127 //LIBRARY nsmlwbxml.lib
       
   128 //LIBRARY nsmltransport.lib
       
   129 //LIBRARY nsmlhistorylog.lib
       
   130 //LIBRARY nsmldshostserver.lib
       
   131 //LIBRARY nsmldshostclient.lib
       
   132 //LIBRARY NSmlDSSettings.lib
       
   133 //LIBRARY nsmlagentcommon.lib
       
   134 
       
   135 //LIBRARY nsmldebug.lib
       
   136 DEBUGLIBRARY flogger.lib
       
   137 
       
   138 //EXPORTUNFROZEN
       
   139 
       
   140 
       
   141 
       
   142