imstutils/imconversationview/imcvlauncher/group/imcvlauncher.mmp
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2008 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:  imcvlauncher.dll project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../inc/imcvuicommonuids.h"
       
    22 
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 
       
    25 // Build target
       
    26 TARGET          imcvlauncher.dll
       
    27 TARGETTYPE      dll
       
    28 UID 			KIMCVLAUNCHERUid2 KIMCVLAUNCHERUid3
       
    29 
       
    30 VERSION      10.0
       
    31 
       
    32 VENDORID VID_DEFAULT
       
    33 // Source files location
       
    34 SOURCEPATH      ../src
       
    35 // Source files
       
    36 SOURCE          imcvlauncher.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 USERINCLUDE     ../../../imconnectionprovider/inc
       
    41 USERINCLUDE		  ../../../../group
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 // Dependencies to system components
       
    46 LIBRARY 	euser.lib 
       
    47 LIBRARY     cone.lib 
       
    48 // logs
       
    49 LIBRARY		flogger.lib
       
    50 LIBRARY     serviceprovidersettings.lib
       
    51 
       
    52 // xmpp settings
       
    53 LIBRARY                 jabbersettings.lib
       
    54 // End of File
       
    55 
       
    56 // for task switching TApaTaskList class
       
    57 LIBRARY	apgrfx.lib 
       
    58 LIBRARY	vpbkeng.lib
       
    59