apicompatanamdw/bcdrivers/mw/ipappprotocols/sip/resolverplugin/group/resolverplugin.mmp
changeset 2 0cb2248d0edc
child 19 0b6b101bb0e1
equal deleted inserted replaced
1:61e9400fe245 2:0cb2248d0edc
       
     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 
       
    19 TARGET		    SIPClientResolverPlugin.dll
       
    20 TARGETTYPE	    PLUGIN
       
    21 
       
    22 UID		        0x10009d8d 0x20003713
       
    23 
       
    24 SOURCEPATH	    ..\Src
       
    25 SOURCE		    SIPClientResolverPluginDll.cpp
       
    26 SOURCE          SIPClientResolverPlugin.cpp
       
    27 
       
    28 USERINCLUDE 	..\Inc
       
    29 
       
    30 SYSTEMINCLUDE 	\epoc32\include \epoc32\include\ecom
       
    31 
       
    32 START RESOURCE  ..\Data\20003713.rss
       
    33 TARGET          SIPClientResolverPlugin.rsc                                          
       
    34 END
       
    35 
       
    36 LIBRARY			euser.lib
       
    37 LIBRARY         ecom.lib 
       
    38 LIBRARY         apparc.lib
       
    39 LIBRARY         apgrfx.lib
       
    40 
       
    41 VENDORID        0
       
    42 
       
    43 CAPABILITY     NetworkServices LocalServices Location ReadUserData \
       
    44                WriteUserData WriteDeviceData SwEvent ProtServ
       
    45