servicediscoveryandcontrol/pnp/test/testplugin/group/testplugin.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     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 // UPnP specific dll that provides support for applications to create parameter bundles of
       
    15 // desired type for carrying out various operations like discovery,describe etc.
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 TARGET testplugin.dll
       
    21 TARGETTYPE PLUGIN
       
    22 CAPABILITY ALL -TCB
       
    23 
       
    24 UID 0x10009D8D 0x2025D05D
       
    25 VENDORID 0x70000001
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE  ecom_testimpl.cpp
       
    29 SOURCE  testpnpparamsextfactory.cpp
       
    30 SOURCE 	ctestpnpservicediscovery.cpp
       
    31 SOURCE 	ctestpnpservicepublisher.cpp
       
    32 SOURCE 	ctestcontrolchannel.cpp
       
    33 
       
    34 
       
    35 START RESOURCE 2025D05D.rss
       
    36 TARGET testplugin.rsc
       
    37 END
       
    38 
       
    39 USERINCLUDE ../inc
       
    40 
       
    41 SYSTEMINCLUDE /epoc32/include 
       
    42 SYSTEMINCLUDE /epoc32/include/pnp
       
    43 
       
    44 LIBRARY euser.lib 
       
    45 LIBRARY esock.lib 
       
    46 LIBRARY insock.lib
       
    47 LIBRARY rpnp.lib
       
    48 LIBRARY netmeta.lib
       
    49 
       
    50 SMPSAFE