servicediscoveryandcontrol/pnp/group/rpnp.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 // Generic purpose DLL that provides support for applications to discover services/devices or 
       
    15 // to publish its services
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 TARGET rpnp.dll
       
    21 TARGETTYPE dll
       
    22 CAPABILITY ALL -TCB
       
    23 
       
    24 UID  0x1000008D 0x2000D054
       
    25 VENDORID 0x70000001
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE 	rpnpservicediscovery.cpp
       
    29 SOURCE 	rpnpservicepublisher.cpp
       
    30 SOURCE 	pnpparameterbundle.cpp 
       
    31 SOURCE	rcontrolchannel.cpp 
       
    32 SOURCE  cpnpservicediscoverybase.cpp 
       
    33 SOURCE  cpnpservicepublisherbase.cpp
       
    34 
       
    35 USERINCLUDE ../inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY euser.lib 
       
    40 LIBRARY esock.lib 
       
    41 LIBRARY ecom.lib
       
    42 
       
    43 
       
    44 SMPSAFE
       
    45