voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/group/voipxmlprocessor.mmp
changeset 2 7b872347d83b
child 8 7117cbf1600a
equal deleted inserted replaced
1:bfb1de3eac8e 2:7b872347d83b
       
     1 /*
       
     2 * Copyright (c) 2009-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:  Project definition file for project VoIP XML processor.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 ALWAYS_BUILD_AS_ARM
       
    23 
       
    24 TARGET        voipxmlprocessor.dll
       
    25 TARGETTYPE    dll
       
    26 UID           0x1000008d 0x20026FE4
       
    27 
       
    28 CAPABILITY    CAP_GENERAL_DLL
       
    29 VENDORID      VID_DEFAULT
       
    30 
       
    31 LANGUAGE_IDS
       
    32 
       
    33 SOURCEPATH    ../src
       
    34 SOURCE        voipxmlutils.cpp
       
    35 SOURCE        voipxmlparser.cpp
       
    36 SOURCE        voipxmlparamhandler.cpp
       
    37 SOURCE        voipxmlsiphandler.cpp
       
    38 SOURCE        voipxmlvoiphandler.cpp
       
    39 SOURCE        voipxmlxdmhandler.cpp
       
    40 SOURCE        voipxmlpresencehandler.cpp
       
    41 SOURCE        voipxmlnatfwhandler.cpp
       
    42 SOURCE        voipxmliaphandler.cpp
       
    43 
       
    44 USERINCLUDE   ../inc
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE /sf/app/iptelephony/inc
       
    48 
       
    49 
       
    50 LIBRARY       euser.lib
       
    51 LIBRARY       efsrv.lib
       
    52 LIBRARY       xmlparser.lib
       
    53 LIBRARY       xmldom.lib
       
    54 LIBRARY       sipprofilecli.lib
       
    55 LIBRARY       inetprotutil.lib
       
    56 LIBRARY       rcse.lib
       
    57 LIBRARY       serviceprovidersettings.lib
       
    58 LIBRARY       ipapputils.lib
       
    59 LIBRARY       bafl.lib
       
    60 LIBRARY       vimpstsettings.lib // For setting IM tone.
       
    61 LIBRARY       PlatformEnv.lib // For getting rom digital tone path.
       
    62 LIBRARY       XdmSettingsApi.lib
       
    63 LIBRARY       presencesettingsapi.lib
       
    64 LIBRARY       centralrepository.lib
       
    65 LIBRARY       cmmanager.lib
       
    66 LIBRARY       WEPSecuritySettingsUi.lib
       
    67 LIBRARY       WPASecuritySettingsUi.lib
       
    68 LIBRARY       commsdat.lib
       
    69