networkprotocols/dnsproxy/dnsproxyupdateif/group/dnsproxyupdateif.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file
       
    15 // @SYMPurpose devdpextn.dll MTP device dp extension data provider plugin.
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 TARGET		  dnsproxyupdateif.dll
       
    21 TARGETTYPE	  PLUGIN
       
    22 UID	          0x10009D8D 0x200215F3 
       
    23 VENDORID 	  0x70000001
       
    24 
       
    25 #if defined(WINS)
       
    26 deffile dnsproxyupdate.def
       
    27 #elif defined(MARM)
       
    28 deffile dnsproxyupdate.def
       
    29 #endif
       
    30 
       
    31 CAPABILITY All -TCB
       
    32 
       
    33 //include dir
       
    34 USERINCLUDE	    ../inc
       
    35 USERINCLUDE    ../../dnsproxyclient/inc
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 //source dir
       
    39 SOURCEPATH	    ../src
       
    40 
       
    41 //source files
       
    42 SOURCE		   implproxy.cpp
       
    43 //SOURCE		   dnsproxyupdateif.cpp
       
    44 SOURCE		   dnsproxyupdateimpl.cpp
       
    45 
       
    46 //lib files
       
    47 LIBRARY		 euser.lib 
       
    48 LIBRARY		 ecom.lib 
       
    49 LIBRARY		 dnsproxyclient.lib 
       
    50 
       
    51 //rss files
       
    52 SOURCEPATH ../src
       
    53 START RESOURCE dnsproxyupdateif.rss
       
    54 END
       
    55 
       
    56 SMPSAFE