voipplugins/voipadapters/dmgenvoipsettings/group/NSmlDmGeneralVoIPSettingsAdapter.mmp
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Device Management General VoIP settings adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "defaultcaps.hrh"
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY              CAP_ECOM_PLUGIN
       
    23 TARGET                  nsmldmgeneralvoipsettingsadapter.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0x10275414
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 APP_LAYER_SYSTEMINCLUDE
       
    29 SYSTEMINCLUDE   /epoc32/include/ecom
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 SOURCE                  NSmlDmGeneralVoIPSettingsAdapter.cpp
       
    35 
       
    36 START RESOURCE          NSmlDmGeneralVoIPSettingsAdapter.rss
       
    37 END
       
    38 
       
    39 LIBRARY                 euser.lib
       
    40 LIBRARY                 ecom.lib
       
    41 LIBRARY                 nsmldebug.lib
       
    42 LIBRARY                 charconv.lib
       
    43 LIBRARY                 centralrepository.lib
       
    44 LIBRARY                 sysutil.lib
       
    45 LIBRARY                 rcse.lib
       
    46 LIBRARY                 featmgr.lib
       
    47