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