contacts_plat/cca_launch_api/tsrc/cca_launch_api/group/cca_launch_api.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          cca_launch_api.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3DD
       
    25 
       
    26 #if defined(EKA2)
       
    27 CAPABILITY      ALL -TCB
       
    28 #endif
       
    29 
       
    30 #if defined( ARMCC )
       
    31 DEFFILE ../eabi/
       
    32 #elif defined ( WINSCW )
       
    33 deffile ../bwinscw/
       
    34 #elif defined (WINS )
       
    35 deffile ../bwins/
       
    36 #endif
       
    37 
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          cca_launch_api.cpp
       
    41 
       
    42 // default system include paths for application layer modules
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 
       
    47 LIBRARY     euser.lib
       
    48 LIBRARY     stiftestinterface.lib
       
    49 LIBRARY	    estlib.lib
       
    50 LIBRARY	    bafl.lib
       
    51 LIBRARY     efsrv.lib
       
    52 LIBRARY     charconv.lib
       
    53 LIBRARY     estor.lib             // RReadStream
       
    54 LIBRARY     apgrfx.lib
       
    55 LIBRARY     apparc.lib
       
    56 LIBRARY     flogger.lib
       
    57 LIBRARY     avkon.lib
       
    58 LIBRARY     eikcore.lib
       
    59 LIBRARY     cone.lib
       
    60 
       
    61 //TESTED LIBRARIES
       
    62 LIBRARY     mock_cca_launch_api.lib
       
    63 
       
    64 LANG            SC
       
    65 
       
    66 // End of File