locationsystemui/locationsysui/privacyverifiernotifierui/locprivacyserver/group/locprivacyserver.mmp
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2010 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 server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          locnotificationserver.exe
       
    21 EPOCSTACKSIZE   0x5000
       
    22 TARGETTYPE      exe
       
    23 UID             0x00000000 0x101f7a86
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_SERVER
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          locprivacyserverstartup.cpp
       
    30 SOURCE          locprivacyserver.cpp
       
    31 SOURCE          locprivacyserversession.cpp
       
    32 
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../inc
       
    36 USERINCLUDE     ../../locnotificationengine/inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE 
       
    39 
       
    40 LIBRARY         bafl.lib
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         eposprvtyp.lib
       
    43 LIBRARY         eposutils.lib
       
    44 LIBRARY         efsrv.lib
       
    45 LIBRARY         estor.lib
       
    46 LIBRARY         locnotificationengine.lib
       
    47 LIBRARY			locutils.lib
       
    48 
       
    49 // End of file