realtimenetprots/sipfw/SampleApp/resolverplugin/Group/resolverplugin.mmp
changeset 0 307788aac0a8
child 37 0295359a7673
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET		    sipexresolverplugin.dll
       
    19 TARGETTYPE	    PLUGIN
       
    20 
       
    21 UID		        0x10009D8D 0xA00001EC
       
    22 
       
    23 SOURCEPATH	    ../Src
       
    24 SOURCE		    SIPExResolverPluginDll.cpp
       
    25 SOURCE          SIPExResolverPlugin.cpp
       
    26 
       
    27 USERINCLUDE 	../Inc
       
    28 
       
    29 SYSTEMINCLUDE 	/epoc32/include /epoc32/include/ecom
       
    30 
       
    31 START RESOURCE  ../Data/A00001EC.rss
       
    32 TARGET          sipexresolverplugin.rsc                                          
       
    33 END
       
    34 
       
    35 LIBRARY			euser.lib
       
    36 LIBRARY         ecom.lib 
       
    37 LIBRARY         apparc.lib
       
    38 LIBRARY         apgrfx.lib
       
    39 
       
    40 VENDORID        0
       
    41 
       
    42 CAPABILITY     NetworkServices LocalServices Location ReadUserData \
       
    43                WriteUserData WriteDeviceData SwEvent ProtServ
       
    44 
       
    45 SMPSAFE