locationcentre/lcservice/group/lcservice.mmp
branchRCL_3
changeset 16 4721bd00d3da
parent 14 3a25f69541ff
child 21 e15b7f06eba6
equal deleted inserted replaced
14:3a25f69541ff 16:4721bd00d3da
     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 API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // DEFINES
       
    20 #define KLocationCentreApiUID3   0x10283138
       
    21 
       
    22 // SYSTEM INCLUDE
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET                  lcservice.dll
       
    27 TARGETTYPE              DLL
       
    28 UID                     0x0 KLocationCentreApiUID3
       
    29 
       
    30 VERSION                 1.0
       
    31 
       
    32 CAPABILITY              CAP_GENERAL_DLL
       
    33 VENDORID                VID_DEFAULT
       
    34 
       
    35 SOURCEPATH              ../src
       
    36 SOURCE                  lcservice.cpp
       
    37 SOURCE                  lclocationappinfo.cpp
       
    38 SOURCE                  lclocationappfilter.cpp
       
    39 SOURCE                  lcserviceimpl.cpp
       
    40 SOURCE                  lcclientsession.cpp
       
    41 SOURCE                  lcnotificationao.cpp
       
    42 SOURCE                  lcsyncoperation.cpp
       
    43 SOURCE					lcasyncoperation.cpp
       
    44 SOURCE					lcpopuplistbox.cpp
       
    45 SOURCE                  lcpopuplistboxmodel.cpp
       
    46 
       
    47 USERINCLUDE             ../inc
       
    48 USERINCLUDE             ../../inc
       
    49 USERINCLUDE             ../../../inc
       
    50 USERINCLUDE             ../../../../inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 
       
    55 LIBRARY                 euser.lib
       
    56 LIBRARY                 cone.lib
       
    57 LIBRARY                 eikcore.lib
       
    58 LIBRARY                 eikcoctl.lib 
       
    59 LIBRARY					eikctl.lib
       
    60 LIBRARY                 avkon.lib
       
    61 LIBRARY                 egul.lib
       
    62 LIBRARY                 fbscli.lib
       
    63 LIBRARY                 estor.lib					
       
    64 LIBRARY                 commonengine.lib
       
    65 LIBRARY                 lcutils.lib
       
    66 LIBRARY					efsrv.lib
       
    67 LIBRARY					aknskins.lib
       
    68 LIBRARY					aknskinsrv.lib
       
    69 LIBRARY					aknswallpaperutils.lib
       
    70 LIBRARY                 flogger.lib
       
    71                 
       
    72 DEFFILE                 lcservice.def
       
    73 
       
    74 // End of File