servicediscoveryandcontrol/pnp/test/upnp/upnpdescription/group/upnpdescription.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 //
       
    15 
       
    16 
       
    17 TARGET		  upnpdescription.dll
       
    18 TARGETTYPE	  dll
       
    19 UID			 0x00000000 0x2000D058
       
    20 
       
    21 START STRINGTABLE ../StringDictionary/upnpdescriptionschema.st
       
    22 EXPORTPATH	/epoc32/include/upnp 
       
    23 END
       
    24 
       
    25 CAPABILITY       All -TCB
       
    26 
       
    27 USERINCLUDE	 ../inc
       
    28 
       
    29 SYSTEMINCLUDE   /epoc32/include
       
    30 SYSTEMINCLUDE   /epoc32/include/upnp
       
    31 
       
    32 
       
    33 sourcepath ../src
       
    34 
       
    35 SOURCE		cpnpserviceparam.cpp 
       
    36 SOURCE		cpnpdeviceparam.cpp 
       
    37 SOURCE 		cattribute.cpp
       
    38 SOURCE 		cupnpproperty.cpp 
       
    39 SOURCE 		tattributeiter.cpp
       
    40 SOURCE		cstringpoolmanager.cpp
       
    41 SOURCE		parsehandlerbase.cpp
       
    42 SOURCE		deviceiconparser.cpp
       
    43 SOURCE		deviceinfoparser.cpp
       
    44 SOURCE		specversionparser.cpp
       
    45 SOURCE		serviceinfoparser.cpp 
       
    46 SOURCE 		cactionparser.cpp 
       
    47 SOURCE 		cargumentparser.cpp 
       
    48 SOURCE 		cstatetableparser.cpp 
       
    49 SOURCE 		rootserviceparser.cpp
       
    50 SOURCE 		rootdeviceparser.cpp 
       
    51 SOURCE 		cupnpservicecomposer.cpp
       
    52 SOURCE 		cupnpdevicecomposer.cpp
       
    53 SOURCE		cupnpdescriptionparser.cpp 
       
    54 SOURCE 		cupnpdescriptioncomposer.cpp 
       
    55 
       
    56 LIBRARY		euser.lib 
       
    57 LIBRARY		efsrv.lib 
       
    58 LIBRARY		bafl.lib 
       
    59 LIBRARY		inetprotutil.lib 
       
    60 LIBRARY		xmlframework.lib
       
    61 LIBRARY		upnputils.lib
       
    62 
       
    63 
       
    64 
       
    65 
       
    66 
       
    67 
       
    68 
       
    69 
       
    70 SMPSAFE