/** Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).* All rights reserved.* This component and the accompanying materials are made available* under the terms of "Eclipse Public License v1.0"* which accompanies this distribution, and is available* at the URL "http://www.eclipse.org/legal/epl-v10.html".** Initial Contributors:* Nokia Corporation - initial contribution.** Contributors:** Description:* Makefile of Connection Method Manager's framework.**/#include <platform_paths.hrh>TARGET cmmanager.dllTARGETTYPE dllUID 0x1000008d 0x10207376CAPABILITY CAP_GENERAL_DLLVENDORID VID_DEFAULTSOURCEPATH ../../cmmcommon/srcSOURCE cmmclistatic.cppSOURCEPATH ../srcSOURCE cmmanager.cppSOURCE cmmanagerapi.cppSOURCE cmdestination.cppSOURCE cmdestinationwrapper.cppSOURCE cmdestinationapi.cppSOURCE cmconnectionmethod.cppSOURCE cmconnectionmethodwrapper.cppSOURCE cmconnectionmethodapi.cppSOURCE cmmanagerext.cppSOURCE cmdestinationext.cppSOURCE cmconnectionmethodext.cppSOURCE cmapplicationsettingsui.cpp// Component specific internal headersUSERINCLUDE ../incUSERINCLUDE ../../cmmcommon/incUSERINCLUDE ../traces// ADO specific internal headersSYSTEMINCLUDE ../../../../inc//Macro to /epoc32 headersMW_LAYER_SYSTEMINCLUDELIBRARY euser.lib#if defined(ARMCC)DEFFILE ../EABI/CmManager_prot_setup.def#elif defined( WINSCW )DEFFILE ../BWinsCw/CmManager_prot_setup.DEF#elif defined( WINS )DEFFILE ../BWins/CmManager_prot_setup.def#elseDEFFILE ../BMarm/CmManager_prot_setup.def#endif