coreapplicationuis/GSServerEngine/group/GSServerEngine.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 GSServerEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  GSServerEngine.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x10281F16
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 //EXPORTUNFROZEN
       
    29 
       
    30 SOURCEPATH              ../Src
       
    31 SOURCE                  GSServerEngine.cpp
       
    32 SOURCE                  GSServerClient.cpp
       
    33 
       
    34 USERINCLUDE             ../Inc
       
    35 USERINCLUDE             ../Logger
       
    36 
       
    37 // Default system include paths for middleware layer modules.
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY                 euser.lib
       
    41 LIBRARY                 centralrepository.lib
       
    42 
       
    43 LIBRARY                 flogger.lib // For GSLogger
       
    44 LIBRARY                 efsrv.lib
       
    45 LIBRARY                 bitgdi.lib
       
    46 LIBRARY                 gdi.lib
       
    47 LIBRARY                 fbscli.lib
       
    48 
       
    49 // End of File