cmmanager/cmmgr/Framework/Group/cmmanager.mmp
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 21 b8e8e15e80f2
child 23 7ec726f93df1
child 28 860702281757
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
     1 /*
       
     2 * Copyright (c) 2006-2008 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:  Makefile of Connection Method Manager's framework.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        	cmmanager.dll
       
    22 TARGETTYPE    	dll
       
    23 UID           	0x1000008d 0x10207376
       
    24 CAPABILITY		CAP_GENERAL_DLL
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../Src
       
    28 
       
    29 SOURCE 			cmmanager.cpp
       
    30 SOURCE 			cmmanagerext.cpp
       
    31 SOURCE          cmmanagerimpl.cpp
       
    32 SOURCE 			cmdestination.cpp
       
    33 SOURCE          cmdestinationext.cpp
       
    34 SOURCE          cmdestinationimpl.cpp
       
    35 SOURCE 			ccmpluginbaseeng.cpp
       
    36 SOURCE 			cmpluginbase.cpp
       
    37 SOURCE 			cmsettingsui.cpp
       
    38 SOURCE 			cmapplicationsettingsui.cpp
       
    39 SOURCE 			cmapplicationsettingsuiimpl.cpp //just here to avoid bc break
       
    40 SOURCE 			cmsettingsuiimpl.cpp
       
    41 SOURCE 			cmconnsettingsuiimpl.cpp
       
    42 SOURCE          cmlogger.cpp
       
    43 SOURCE          destdlg.cpp
       
    44 SOURCE          destlistbox.cpp
       
    45 SOURCE          destlistboxmodel.cpp
       
    46 SOURCE          destlistitem.cpp
       
    47 SOURCE          destlistitemlist.cpp
       
    48 SOURCE          cmdlg.cpp
       
    49 SOURCE          cmlistbox.cpp
       
    50 SOURCE          cmlistboxmodel.cpp
       
    51 SOURCE          cmlistitem.cpp
       
    52 SOURCE          cmlistitemlist.cpp
       
    53 SOURCE          cmpbasesettingsdlg.cpp
       
    54 SOURCE          cmconnectionmethod.cpp
       
    55 SOURCE          cmconnectionmethodext.cpp
       
    56 SOURCE          cmcommonui.cpp
       
    57 SOURCE          cmwizard.cpp
       
    58 SOURCE 			cmconnselectrbpage.cpp
       
    59 SOURCE          cmconnectionmethodinfo.cpp
       
    60 SOURCE          cmtransactionhandler.cpp
       
    61 SOURCE          uncatdlg.cpp
       
    62 SOURCE          selectdestination.cpp
       
    63 SOURCE          cmdesticondialog.cpp
       
    64 SOURCE          cmdesticonmap.cpp
       
    65 SOURCE 			cmpluginlanbase.cpp
       
    66 SOURCE 			cmpbasesettingsdlgadv.cpp
       
    67 SOURCE 			cmpbasesettingsdlgip.cpp
       
    68 SOURCE 			cmpluginmultilinedialog.cpp
       
    69 SOURCE 			cmobjectpool.cpp
       
    70 SOURCE          ccmdexec.cpp
       
    71 SOURCE          cmcommsdatnotifier.cpp
       
    72 
       
    73 START RESOURCE ../SrcData/cmmanager.rss
       
    74 HEADER
       
    75 TARGETPATH   RESOURCE_FILES_DIR
       
    76 LANGUAGE_IDS
       
    77 END  // RESOURCE
       
    78 
       
    79 USERINCLUDE		../SrcData
       
    80 USERINCLUDE		../../Plugins/cmpluginembdestination/inc    // cmpluginembdestinationdef.h
       
    81 
       
    82 // Component specific internal headers 
       
    83 USERINCLUDE			../Inc
       
    84 
       
    85 // ADO specific internal headers 
       
    86 SYSTEMINCLUDE		../../../../inc
       
    87 
       
    88 //Macro to /epoc32 headers
       
    89 MW_LAYER_SYSTEMINCLUDE
       
    90 
       
    91 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    92 APP_LAYER_SYSTEMINCLUDE
       
    93 #endif
       
    94 
       
    95 LIBRARY         hlplch.lib
       
    96 
       
    97 LIBRARY       	euser.lib
       
    98 LIBRARY         ECom.lib
       
    99 LIBRARY         COMMSDAT.lib
       
   100 LIBRARY         flogger.lib
       
   101 LIBRARY         FeatMgr.lib
       
   102 
       
   103 
       
   104 LIBRARY eikcore.lib egul.lib
       
   105 LIBRARY eikcoctl.lib avkon.lib eikdlg.lib
       
   106 LIBRARY eikctl.lib  cone.lib CommonEngine.lib
       
   107 LIBRARY bafl.lib fbscli.lib efsrv.lib CommonUI.LIB
       
   108 LIBRARY AknSkins.lib CdlEngine.lib
       
   109 LIBRARY ESock.lib
       
   110 LIBRARY AknLayout.lib
       
   111 LIBRARY AknLayout2.lib
       
   112 LIBRARY AknLayout2scalable.lib
       
   113 LIBRARY aknicon.lib
       
   114 LIBRARY ws32.lib
       
   115 LIBRARY cmmanagerdatabase.lib
       
   116 LIBRARY insock.lib
       
   117 LIBRARY sysutil.lib
       
   118 LIBRARY connectionuiutilities.lib
       
   119 LIBRARY touchfeedback.lib
       
   120 LIBRARY centralrepository.lib
       
   121 
       
   122 #if defined(ARMCC)
       
   123     DEFFILE ../EABI/CmManager_prot_setup.def
       
   124 #elif defined( WINSCW )
       
   125     DEFFILE ../BWinsCw/CmManager_prot_setup.DEF
       
   126 #elif defined( WINS )
       
   127     DEFFILE ../BWins/CmManager_prot_setup.def
       
   128 #else
       
   129     DEFFILE ../BMarm/CmManager_prot_setup.def
       
   130 #endif