servicediscoveryandcontrol/pnp/test/upnp/codec/group/upnpcodec.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 // upnpmessage.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		 upnpcodec.dll
       
    19 TARGETTYPE	 plugin
       
    20 UID			 0x10009D8D 0x2001C597
       
    21 CAPABILITY	 All -TCB
       
    22 
       
    23 USERINCLUDE	 ../inc
       
    24 USERINCLUDE  ../../upnpmessage/inc
       
    25 SYSTEMINCLUDE	 /epoc32/include
       
    26 
       
    27 SOURCEPATH	 ../src
       
    28 
       
    29 SOURCE		 upnpcodecmain.cpp
       
    30 SOURCE		 cupnpcodec.cpp 
       
    31 SOURCE		 cupnpheaderreader.cpp
       
    32 SOURCE		 cupnpheaderwriter.cpp
       
    33 		 
       
    34 LIBRARY		 euser.lib 
       
    35 LIBRARY		 bafl.lib 
       
    36 LIBRARY		 http.lib 
       
    37 LIBRARY		 inetprotutil.lib 
       
    38 LIBRARY		 ecom.lib
       
    39 LIBRARY		 upnputils.lib
       
    40 LIBRARY		 upnpmessage.lib
       
    41 
       
    42 START RESOURCE 2001c597.RSS
       
    43 
       
    44 #ifdef SYMBIAN_SECURE_ECOM
       
    45 TARGET upnpcodec.rsc
       
    46 #endif
       
    47 
       
    48 END
       
    49 
       
    50 
       
    51 SMPSAFE