usbclasses/usbobexclasscontroller/tsrc/UsbObexClassControllerTest/group/UsbObexClassControllerTest.mmp
changeset 2 468cfcb53fd1
parent 1 705ec7b86991
child 3 47c263f7e521
equal deleted inserted replaced
1:705ec7b86991 2:468cfcb53fd1
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 *
       
    15 * Description:
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          UsbObexClassControllerTest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      NetworkControl LocalServices NetworkServices CommDD ProtServ
       
    30 
       
    31 DEFFILE         UsbObexClassControllerTest.def
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE	../inc 
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          UsbObexClassControllerTest.cpp
       
    39 SOURCE          UsbObexClassControllerTestBlocks.cpp USBObexApiTestActiveObject.cpp UsbObexClassControllerTest_exe.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         stiftestinterface.lib
       
    43 LIBRARY         stiftestengine.lib
       
    44 LIBRARY		usbclasscontroller.lib 
       
    45 LIBRARY		ecom.lib
       
    46 
       
    47 
       
    48 LANG            SC
       
    49 
       
    50 // End of File