installationservices/swcomponentregistry/group/scrserver.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2008-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 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 SOURCE		  scrrepository.cpp
       
    34 
       
    35 USERINCLUDE   ../inc
       
    36 USERINCLUDE   ../inc_private
       
    37 USERINCLUDE	  ../../swinstallationfw/common/inc
       
    38 USERINCLUDE	  ../scrhelper/inc  
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY		  bafl.lib
       
    44 LIBRARY 	  euser.lib 
       
    45 LIBRARY       estlib.lib 
       
    46 LIBRARY       efsrv.lib
       
    47 LIBRARY       estor.lib
       
    48 LIBRARY       ipcstream.lib 
       
    49 LIBRARY		  sqlite3.lib 
       
    50 LIBRARY		  scrdatabase.lib 
       
    51 LIBRARY		  scsserver.lib  
       
    52 LIBRARY		  scrclient.lib securityutils.lib
       
    53 LIBRARY		  scrhelperclient.lib stsclient.lib
       
    54 LIBRARY		  centralrepository.lib 
       
    55 SMPSAFE