voipplugins/voipadapters/cpvoipadapter/group/wpvoipadapter.mmp
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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:  This file provides the information required for building the
       
    15 *               whole of a CWPVoIPAdapter.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          wpvoipadapter.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x10201F9A
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          CWPVoIPAdapter.cpp	
       
    30 SOURCE          CWPVoIPItem.cpp
       
    31 SOURCE	        WPVoIPAdapterGroupProxy.cpp
       
    32 SOURCE          WPVoIPAdapterMain.cpp
       
    33 SOURCE          CWPVoIPCodec.cpp
       
    34 SOURCE	        CSIPProfileRegistryObserver.cpp
       
    35 
       
    36 SOURCEPATH      ../data
       
    37 
       
    38 START RESOURCE 10201F9A.rss
       
    39 TARGET wpvoipadapter.rsc
       
    40 END
       
    41 
       
    42 START RESOURCE WPVoIPAdapter.rss
       
    43 HEADER
       
    44 TARGETPATH RESOURCE_FILES_DIR
       
    45 LANGUAGE_IDS
       
    46 END
       
    47 
       
    48 USERINCLUDE     .
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../../group 
       
    51 
       
    52 SYSTEMINCLUDE  ../../../../inc  // iptelephony's
       
    53 SYSTEMINCLUDE   /epoc32/include/ecom 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY        	euser.lib 
       
    57 LIBRARY	        provisioningengine.lib
       
    58 LIBRARY	        bafl.lib 
       
    59 LIBRARY         rcse.lib
       
    60 LIBRARY         charconv.lib
       
    61 LIBRARY         centralrepository.lib 
       
    62 LIBRARY         sipprofilecli.lib
       
    63 LIBRARY         sysutil.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         cone.lib
       
    66 LIBRARY         serviceprovidersettings.lib
       
    67 LIBRARY         cmmanager.lib
       
    68 LIBRARY         ipapputils.lib
       
    69 LIBRARY         featmgr.lib
       
    70 LIBRARY         vimpstsettings.lib  // For IM tone path
       
    71 LIBRARY         PlatformEnv.lib // For getting rom digital tone path.