cmmanager/cmmgr/cmmapi/group/cmmapi.mmp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
       
     2 * Copyright (c) 2006-2010 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:
       
    15 * Makefile of Connection Method Manager's framework.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          cmmanager.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d 0x10207376
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../../cmmcommon/src
       
    29 SOURCE          cmmclistatic.cpp
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          cmmanager.cpp
       
    33 SOURCE          cmmanagerapi.cpp
       
    34 SOURCE          cmdestination.cpp
       
    35 SOURCE          cmdestinationwrapper.cpp
       
    36 SOURCE          cmdestinationapi.cpp
       
    37 SOURCE          cmconnectionmethod.cpp
       
    38 SOURCE          cmconnectionmethodwrapper.cpp
       
    39 SOURCE          cmconnectionmethodapi.cpp
       
    40 SOURCE          cmmanagerext.cpp
       
    41 SOURCE          cmdestinationext.cpp
       
    42 SOURCE          cmconnectionmethodext.cpp
       
    43 SOURCE          cmapplicationsettingsui.cpp
       
    44 
       
    45 // Component specific internal headers
       
    46 USERINCLUDE         ../inc
       
    47 USERINCLUDE         ../../cmmcommon/inc
       
    48 USERINCLUDE         ../traces
       
    49 
       
    50 // ADO specific internal headers
       
    51 SYSTEMINCLUDE       ../../../../inc
       
    52 
       
    53 //Macro to /epoc32 headers
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 
       
    58 #if defined(ARMCC)
       
    59 DEFFILE ../EABI/CmManager_prot_setup.def
       
    60 #elif defined( WINSCW )
       
    61 DEFFILE ../BWinsCw/CmManager_prot_setup.DEF
       
    62 #elif defined( WINS )
       
    63 DEFFILE ../BWins/CmManager_prot_setup.def
       
    64 #else
       
    65 DEFFILE ../BMarm/CmManager_prot_setup.def
       
    66 #endif