brandingserver/tools/bsimport/group/installer.mmp
changeset 0 e6b17d312c8b
child 21 cfd5c2994f10
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006-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 bsinstall
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          bsinstall.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x1000008d 0x102828E1
       
    24 
       
    25 CAPABILITY      CAP_APPLICATION
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          installer.cpp
       
    30 SOURCE          cbsimportstorage.cpp
       
    31 SOURCE          cbsimportmanager.cpp
       
    32 SOURCE          cbsimportxmlparser.cpp
       
    33 SOURCE          cbsimportfilereader.cpp
       
    34 SOURCE          cbsimportstoragemanager.cpp
       
    35 SOURCE          bsbrandremover.cpp
       
    36 
       
    37 // INCLUDE DIRS
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 // LIBRARIES
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         xmlparser.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         xmldom.lib
       
    47 LIBRARY         charconv.lib
       
    48 LIBRARY         avkon.lib
       
    49 LIBRARY         estor.lib       // RWriteStream
       
    50 LIBRARY         flogger.lib
       
    51 LIBRARY         bafl.lib
       
    52 LIBRARY         bsclient.lib    // branding server
       
    53 LIBRARY         cone.lib