uiacceltk/hitchcock/ServerInterface/src/alfredserver.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006 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 alfappserver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../CommonInc/alfuids.h"
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <bldvariant.hrh>
       
    24 
       
    25 EPOCSTACKSIZE 0x5000
       
    26 EPOCHEAPSIZE 0x1000 0x989680
       
    27 
       
    28 TARGET                  alfredserver.exe
       
    29 TARGETTYPE              exe
       
    30 UID                     0x100039CE KAlfAppServerInterfaceUid3
       
    31 VERSION                 10.0
       
    32 
       
    33 CAPABILITY              SwEvent
       
    34 VENDORID                VID_DEFAULT
       
    35 
       
    36 SOURCEPATH              ../src
       
    37 SOURCE                  alfapplication.cpp
       
    38 SOURCE                  alfdocument.cpp
       
    39 
       
    40 USERINCLUDE             ../inc
       
    41 USERINCLUDE             ../../CommonInc
       
    42 USERINCLUDE             ../../ServerCore/Inc // export the files?
       
    43 
       
    44 #include <platform_paths.hrh>
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 SYSTEMINCLUDE           ../../../../inc
       
    49 
       
    50 
       
    51 LIBRARY                 alfappservercore.lib
       
    52 LIBRARY                 apfile.lib 
       
    53 LIBRARY                 apgrfx.lib
       
    54 LIBRARY                 apparc.lib 
       
    55 LIBRARY                 avkon.lib
       
    56 LIBRARY                 cone.lib
       
    57 LIBRARY                 eikcore.lib 
       
    58 LIBRARY                 eiksrv.lib
       
    59 LIBRARY                 eiksrvc.lib
       
    60 LIBRARY                 euser.lib
       
    61      
       
    62     
       
    63           
       
    64 START RESOURCE ../src/alfredserver.rss
       
    65 HEADER
       
    66 	TARGETPATH APP_RESOURCE_DIR
       
    67 LANG    sc
       
    68 END          
       
    69           
       
    70 START RESOURCE ../src/alfredserver_reg.rss
       
    71 DEPENDS alfredserver.rsg
       
    72 // Do not change the UID below.
       
    73 TARGETPATH /private/10003a3f/apps
       
    74 END
       
    75