voipplugins/voipadapters/cpgenvoipsettings/group/wpgeneralvoipsettingsadapter.mmp
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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 CWPGeneralVoIPSettingsAdapter.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          wpgeneralvoipsettingsadapter.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x10275411
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          cwpgeneralvoipsettingsadapter.cpp
       
    31 SOURCE          wpgeneralvoipsettingsadaptergroupproxy.cpp
       
    32 SOURCE          wpgeneralvoipsettingsadaptermain.cpp
       
    33 
       
    34 SOURCEPATH      ../data
       
    35 
       
    36 START RESOURCE 10275411.rss
       
    37 TARGET wpgeneralvoipsettingsadapter.rsc
       
    38 END
       
    39 
       
    40 START RESOURCE WPGeneralVoIPSettingsAdapter.rss
       
    41 HEADER
       
    42 TARGETPATH RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 USERINCLUDE     .
       
    47 USERINCLUDE     ../inc
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   /epoc32/include/ecom 
       
    50 
       
    51 LIBRARY        	euser.lib 
       
    52 LIBRARY	        provisioningengine.lib
       
    53 LIBRARY         charconv.lib
       
    54 LIBRARY         centralrepository.lib
       
    55 LIBRARY         rcse.lib
       
    56 LIBRARY         featmgr.lib
       
    57