classicui_plat/physics_api/tsrc/group/testplatphysics.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     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: mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh> 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          testplatphysics.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2001CB80
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         testplatphysics.def
       
    28 
       
    29 USERINCLUDE     ../inc 
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          testplatphysics.cpp
       
    37 SOURCE          testplatphysicsblocks.cpp
       
    38 
       
    39 SOURCE          testplatphysicsblocksaknphysics.cpp
       
    40 SOURCE          testplatphysicscontrol.cpp
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         stiftestengine.lib
       
    45 LIBRARY         aknphysics.lib
       
    46 LIBRARY         eikcoctl.lib
       
    47 LIBRARY         eikctl.lib 
       
    48 LIBRARY         cone.lib
       
    49 LIBRARY         eikcore.lib 
       
    50 
       
    51 LANG            SC
       
    52 
       
    53 // End of File
       
    54