hwpluginsimulation/mocksy/group/mocksy.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-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 
       
    17 TARGET          mocksy.dll
       
    18 TARGETTYPE      DLL
       
    19 
       
    20 CAPABILITY ALL -Tcb
       
    21 VENDORID 0x70000001
       
    22 
       
    23 USERINCLUDE     ../inc
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 
       
    28 SOURCE			rmocksy.cpp
       
    29 SOURCE			cmocksyserver.cpp
       
    30 SOURCE			cmocksysession.cpp
       
    31 SOURCE			cmocksyengine.cpp
       
    32 SOURCE			rotatingstrbuf.cpp
       
    33 
       
    34 LIBRARY         euser.lib 
       
    35 
       
    36 UNPAGED
       
    37 
       
    38 SMPSAFE