testexecfw/useremul/engine/WSServer/group/animation_server.mmp
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 /*------------------------------------------------------------------
       
     2  -
       
     3  * Software Name : UserEmulator
       
     4  * Version       : v4.2.1309
       
     5  * 
       
     6  * Copyright (c) 2009 France Telecom. All rights reserved.
       
     7  * This software is distributed under the License 
       
     8  * "Eclipse Public License - v 1.0" the text of which is available
       
     9  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10  *
       
    11  * Initial Contributors:
       
    12  * France Telecom 
       
    13  *
       
    14  * Contributors:
       
    15  *------------------------------------------------------------------
       
    16  -
       
    17  * File Name: animation_server.mmp
       
    18  * 
       
    19  * Created: 13/08/2009
       
    20  * Author(s): Marcell Kiss
       
    21  *   
       
    22  * Description:
       
    23  * Project specification file for Animation server dll
       
    24  *------------------------------------------------------------------
       
    25  -
       
    26  *
       
    27  */
       
    28  
       
    29 TARGET          Animation_server_0x20025CA8.dll
       
    30 TARGETTYPE      ani
       
    31 
       
    32 // The second one is the UID of the server, different than main program's UID
       
    33 UID             0x10003b22 0x20025CA8
       
    34 
       
    35 SECUREID	    0x20025CA8
       
    36 EPOCSTACKSIZE	0x5000
       
    37 
       
    38 SOURCEPATH      ..\src
       
    39 
       
    40 SOURCE          ServerDll.cpp
       
    41 SOURCE 		serverCtrl.cpp
       
    42 
       
    43 USERINCLUDE     ..\inc
       
    44 USERINCLUDE     ..\..\WSClient\inc
       
    45 USERINCLUDE     ..\..\..\inc
       
    46 
       
    47 SYSTEMINCLUDE   \epoc32\include
       
    48 
       
    49 LIBRARY         euser.lib  bafl.lib  efsrv.lib
       
    50 
       
    51 LANG            SC
       
    52 
       
    53 
       
    54 CAPABILITY ReadDeviceData PowerMgmt ProtServ SwEvent WriteDeviceData
       
    55 
       
    56 VENDORID        0
       
    57 
       
    58 EXPORTUNFROZEN
       
    59 
       
    60 // End of File
       
    61 SOURCE CaptureKeyTimer.cpp