installationservices/swcomponentregistry/group/scrserver.mmp
changeset 24 84a16765cd86
child 25 98b66e4fb0be
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 the License "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 * Software Component Registry Server
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET        scrserver.exe
       
    21 TARGETTYPE    exe
       
    22 UID           0x0 0x10285BC0
       
    23 
       
    24 CAPABILITY    ProtServ
       
    25 VENDORID 	  0x70000001
       
    26 
       
    27 SOURCEPATH    ../source/server
       
    28 SOURCE 		  startup.cpp
       
    29 SOURCE 		  scrserver.cpp
       
    30 SOURCE		  scrsession.cpp
       
    31 SOURCE        scrsubsession.cpp
       
    32 SOURCE		  scrrequestimpl.cpp
       
    33 
       
    34 USERINCLUDE   ../inc
       
    35 USERINCLUDE   ../inc_private
       
    36 USERINCLUDE	  ../../swinstallationfw/common/inc
       
    37 USERINCLUDE	  ../scrhelper/inc  
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY		  bafl.lib
       
    43 LIBRARY 	  euser.lib 
       
    44 LIBRARY       estlib.lib 
       
    45 LIBRARY       efsrv.lib
       
    46 LIBRARY       estor.lib
       
    47 LIBRARY       ipcstream.lib 
       
    48 LIBRARY		  sqlite3.lib 
       
    49 LIBRARY		  scrdatabase.lib 
       
    50 LIBRARY		  scsserver.lib  
       
    51 LIBRARY		  scrclient.lib securityutils.lib
       
    52 LIBRARY		  scrhelperclient.lib stsclient.lib
       
    53 SMPSAFE