locationcentre/lcutils/group/lcutils.mmp
changeset 0 522cd55cc3d7
equal deleted inserted replaced
-1:000000000000 0:522cd55cc3d7
       
     1 /*
       
     2 * Copyright (c) 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:  Project definition file for project Location Centre Utils.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // DEFINES
       
    20 #define KLocationCentreUtilsUID3   0x10009C03
       
    21 
       
    22 // SYSTEM INCLUDE
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET                  lcutils.dll
       
    27 TARGETTYPE              DLL
       
    28 UID                     0x0 KLocationCentreUtilsUID3
       
    29 
       
    30 VERSION                 1.0
       
    31 
       
    32 CAPABILITY              CAP_GENERAL_DLL
       
    33 VENDORID                VID_DEFAULT
       
    34 
       
    35 SOURCEPATH              ../src
       
    36 SOURCE                  lcapplauncher.cpp
       
    37 SOURCE                  lcipcparams.cpp
       
    38 SOURCE					lciconloader.cpp
       
    39 SOURCE                  lcdebug.cpp
       
    40 
       
    41 USERINCLUDE             ../inc
       
    42 USERINCLUDE             ../../inc
       
    43 USERINCLUDE             ../../../inc
       
    44 USERINCLUDE             ../../../../inc
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE  /epoc32/include/ecom
       
    47 
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 efsrv.lib
       
    50 LIBRARY                 bafl.lib 
       
    51 LIBRARY                 eikcore.lib
       
    52 LIBRARY                 apgrfx.lib
       
    53 LIBRARY                 cone.lib
       
    54 LIBRARY                 apparc.lib
       
    55 LIBRARY                 avkon.lib
       
    56 LIBRARY                 ws32.lib
       
    57 LIBRARY                 commonui.lib
       
    58 LIBRARY                 BrowserLauncher.lib
       
    59 LIBRARY                 egul.lib
       
    60 LIBRARY                 fbscli.lib
       
    61 LIBRARY                 estor.lib
       
    62 LIBRARY					aknskins.lib
       
    63 LIBRARY					aknskinsrv.lib
       
    64 LIBRARY					aknswallpaperutils.lib
       
    65 LIBRARY					imageconversion.lib
       
    66 LIBRARY					SVGEngine.lib
       
    67 LIBRARY					gdi.lib
       
    68 LIBRARY					aknicon.lib
       
    69 LIBRARY                 apmime.lib
       
    70 LIBRARY					CdlEngine.lib
       
    71 LIBRARY                 flogger.lib
       
    72 LIBRARY                 ecom.lib
       
    73 
       
    74 DEFFILE                 lcutils.def
       
    75 
       
    76 // End of File