applayerprotocols/httpexamples/testcpimanager/TestCpiManager.mmp
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2003-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 TARGET			testcpimanager.dll
       
    17 TARGETTYPE		DLL
       
    18 CAPABILITY ALL -TCB
       
    19 
       
    20 
       
    21 UID	0x1000008D 	0x101F55F2
       
    22 VENDORID 0x70000001
       
    23 
       
    24 #ifdef SYMBIAN_OLD_EXPORT_LOCATION	
       
    25 SYSTEMINCLUDE	/epoc32/include /epoc32/include/http
       
    26 #else
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 SYSTEMINCLUDE	/epoc32/include/ecom
       
    29 SYSTEMINCLUDE	/epoc32/include/mw
       
    30 SYSTEMINCLUDE	/epoc32/include/platform/mw
       
    31 SYSTEMINCLUDE	/epoc32/include/platform
       
    32 SYSTEMINCLUDE	/epoc32/include/platform/mw
       
    33 SYSTEMINCLUDE	/epoc32/include/mw
       
    34 #endif
       
    35 
       
    36 USERINCLUDE	. ../../httptransportfw/inc ../../httptransportfw/core
       
    37 
       
    38 SOURCEPATH ../testcpimanager
       
    39 SOURCE testcpimanagermain.cpp testcpimanager.cpp
       
    40 
       
    41 LIBRARY euser.lib
       
    42 SMPSAFE