brandingserver/Group/BSServer.mmp
changeset 31 9dbc70490d9a
equal deleted inserted replaced
30:1fa9b890f29c 31:9dbc70490d9a
       
     1 /*
       
     2 * Copyright (c) 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:  Branding server, server comopnent project description file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include        "bsuids.h"
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths_strings.hrh>
       
    21 
       
    22 TARGET          bsserver.exe
       
    23 TARGETTYPE      exe
       
    24 
       
    25 
       
    26 UID             0x0 KBrandingSrvUid3
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_SERVER
       
    29 TARGETPATH      /system/libs
       
    30 
       
    31 
       
    32 SOURCEPATH  ../BSServer
       
    33 SOURCE      cbsserver.cpp
       
    34 SOURCE      cbssession.cpp
       
    35 SOURCE	    cbsbrandhandler.cpp
       
    36 SOURCE	    cbsibywriter.cpp
       
    37 SOURCE	    cbsstoragemanager.cpp
       
    38 SOURCE	    cbsstorage.cpp
       
    39 SOURCE      cbsinstallhandler.cpp
       
    40 SOURCE      cbsbackupobserver.cpp
       
    41 
       
    42 SOURCEPATH	../BSClient
       
    43 SOURCE		cbselement.cpp
       
    44 SOURCE		cbsbitmap.cpp
       
    45 SOURCE		bselementfactory.cpp
       
    46 
       
    47 
       
    48 
       
    49 USERINCLUDE     ../Group
       
    50 USERINCLUDE     ../BSServer
       
    51 USERINCLUDE     ../BSClient
       
    52 USERINCLUDE     ../Inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         flogger.lib
       
    60 LIBRARY         efsrv.lib
       
    61 
       
    62 LIBRARY			bafl.lib
       
    63 LIBRARY			estor.lib
       
    64 LIBRARY         charconv.lib
       
    65 
       
    66 // for install handler
       
    67 LIBRARY         apgrfx.lib
       
    68 LIBRARY         apparc.lib