cmmanager/cmmgr/cmmapi/group/cmmapi.mmp
changeset 20 9c97ad6591ae
child 27 489cf6208544
child 38 9cd75f35e6e4
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
       
     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 <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          cmmanager.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x10207376
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../../cmmcommon/Src
       
    30 SOURCE          cmmclistatic.cpp
       
    31 
       
    32 SOURCEPATH      ../Src
       
    33 SOURCE          cmmanager.cpp
       
    34 SOURCE          cmmanagerapi.cpp
       
    35 SOURCE          cmdestination.cpp
       
    36 SOURCE          cmdestinationwrapper.cpp
       
    37 SOURCE          cmdestinationapi.cpp
       
    38 SOURCE          cmconnectionmethod.cpp
       
    39 SOURCE          cmconnectionmethodwrapper.cpp
       
    40 SOURCE          cmconnectionmethodapi.cpp
       
    41 SOURCE          cmmanagerext.cpp
       
    42 SOURCE          cmdestinationext.cpp
       
    43 SOURCE          cmconnectionmethodext.cpp
       
    44 SOURCE          cmapplicationsettingsui.cpp
       
    45 
       
    46 // Component specific internal headers
       
    47 USERINCLUDE         ../inc
       
    48 USERINCLUDE         ../../cmmcommon/inc
       
    49 USERINCLUDE         ../traces
       
    50 
       
    51 // ADO specific internal headers
       
    52 SYSTEMINCLUDE       ../../../../inc
       
    53 
       
    54 //Macro to /epoc32 headers
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 
       
    59 DEBUGLIBRARY    flogger.lib
       
    60 
       
    61 #if defined(ARMCC)
       
    62 DEFFILE ../EABI/CmManager_prot_setup.def
       
    63 #elif defined( WINSCW )
       
    64 DEFFILE ../BWinsCw/CmManager_prot_setup.def
       
    65 #elif defined( WINS )
       
    66 DEFFILE ../BWins/CmManager_prot_setup.def
       
    67 #else
       
    68 DEFFILE ../BMarm/CmManager_prot_setup.def
       
    69 #endif