brandingserver/group/bsserver.mmp
changeset 0 e6b17d312c8b
child 21 cfd5c2994f10
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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 "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 #include        "bsuids.h"
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths_strings.hrh>
       
    20 
       
    21 TARGET          bsserver.exe
       
    22 TARGETTYPE      exe
       
    23 
       
    24 
       
    25 UID             0x0 KBrandingSrvUid3
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_SERVER
       
    28 TARGETPATH      /system/libs
       
    29 
       
    30 
       
    31 SOURCEPATH  ../bsserver
       
    32 SOURCE      cbsserver.cpp
       
    33 SOURCE      cbssession.cpp
       
    34 SOURCE	    cbsbrandhandler.cpp
       
    35 SOURCE	    cbsibywriter.cpp
       
    36 SOURCE	    cbsstoragemanager.cpp
       
    37 SOURCE	    cbsstorage.cpp
       
    38 SOURCE      cbsinstallhandler.cpp
       
    39 SOURCE      cbsbackupobserver.cpp
       
    40 
       
    41 SOURCEPATH	../bsclient
       
    42 SOURCE		cbselement.cpp
       
    43 SOURCE		cbsbitmap.cpp
       
    44 SOURCE		bselementfactory.cpp
       
    45 
       
    46 
       
    47 
       
    48 USERINCLUDE     ../group
       
    49 USERINCLUDE     ../bsserver
       
    50 USERINCLUDE     ../bsclient
       
    51 USERINCLUDE     ../inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         flogger.lib
       
    59 LIBRARY         efsrv.lib
       
    60 
       
    61 LIBRARY			bafl.lib
       
    62 LIBRARY			estor.lib
       
    63 LIBRARY         charconv.lib
       
    64 
       
    65 // for install handler
       
    66 LIBRARY         apgrfx.lib
       
    67 LIBRARY         apparc.lib