predictivesearch/PcsServer/group/PcsServer.mmp
changeset 0 e686773b3f54
child 11 2828b4d142c0
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 #include <platform_paths.hrh>
       
    19 
       
    20 CAPABILITY    CAP_APPLICATION 
       
    21 VENDORID      VID_DEFAULT
       
    22 TARGET        PcsServer.exe
       
    23 TARGETTYPE    EXE 
       
    24 UID           0x1000008e 0x2000B5B6
       
    25 SECUREID      0x2000B5B6
       
    26 
       
    27 EPOCHEAPSIZE  0x100000 0x1000000
       
    28 
       
    29 SOURCEPATH    ../src 
       
    30 SOURCE 	      CPcsStartup.cpp
       
    31 SOURCE        CPcsServer.cpp
       
    32 SOURCE 	      CPcsSession.cpp
       
    33 SOURCE        CPcsPluginInterface.cpp
       
    34 
       
    35 USERINCLUDE   ../inc
       
    36 USERINCLUDE   ../../PcsUtils/inc
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY       euser.lib
       
    40 LIBRARY       estor.lib
       
    41 LIBRARY       flogger.lib
       
    42 LIBRARY       ecom.lib
       
    43 LIBRARY       PcsUtils.lib
       
    44 LIBRARY       FeatMgr.lib