qtmobility/rom/qtmobility.iby
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 *
       
     5 * This program is free software: you can redistribute it and/or modify
       
     6 * it under the terms of the GNU Lesser General Public License as published by
       
     7 * the Free Software Foundation, version 2.1 of the License.
       
     8 * 
       
     9 * This program is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    12 * GNU Lesser General Public License for more details.
       
    13 *
       
    14 * You should have received a copy of the GNU Lesser General Public License
       
    15 * along with this program.  If not, 
       
    16 * see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
       
    17 *
       
    18 * Description: 
       
    19 *
       
    20 */
       
    21 
       
    22 #ifndef __QT_MOBILITY_IBY__
       
    23 #define __QT_MOBILITY_IBY__
       
    24 
       
    25 #include <bldvariant.hrh>
       
    26 
       
    27 #define UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc        Private\10003a3f\import\apps\ ## NAME ## _reg.rsc
       
    28 
       
    29 //Stub sis
       
    30 data=ZSYSTEM\install\qtmobility_stub.sis                                                  \system\install\qtmobility_stub.sis
       
    31 
       
    32 //Core
       
    33 file=ABI_DIR\BUILD_DIR\qtbearer.dll                                                       SHARED_LIB_DIR\qtbearer.dll PAGED
       
    34 file=ABI_DIR\BUILD_DIR\qtlocation.dll                                                     SHARED_LIB_DIR\qtlocation.dll PAGED
       
    35 file=ABI_DIR\BUILD_DIR\qtpublishsubscribe.dll                                             SHARED_LIB_DIR\qtpublishsubscribe.dll PAGED
       
    36 file=ABI_DIR\BUILD_DIR\pspathmapperserver.exe                                             PROGRAMS_DIR\pspathmapperserver.exe PAGED
       
    37 UPGRADABLE_APP_REG_RSC(pspathmapperserver)
       
    38 file=ABI_DIR\BUILD_DIR\qtserviceframework.dll                                             SHARED_LIB_DIR\qtserviceframework.dll PAGED
       
    39 file=ABI_DIR\BUILD_DIR\sfwdatabasemanagerserver.dll                                       SHARED_LIB_DIR\sfwdatabasemanagerserver.dll PAGED
       
    40 file=ABI_DIR\BUILD_DIR\sfwdatabasemanagerserver.exe                                       PROGRAMS_DIR\sfwdatabasemanagerserver.exe PAGED
       
    41 file=ABI_DIR\BUILD_DIR\qtsysteminfo.dll                                                   SHARED_LIB_DIR\qtsysteminfo.dll PAGED
       
    42 file=ABI_DIR\BUILD_DIR\qtmessaging.dll                                                    SHARED_LIB_DIR\qtmessaging.dll PAGED
       
    43 
       
    44 /*
       
    45 file=ABI_DIR\BUILD_DIR\qtmedia.dll                                                        SHARED_LIB_DIR\qtmedia.dll PAGED
       
    46 file=ABI_DIR\BUILD_DIR\qtsensors.dll                                                      SHARED_LIB_DIR\qtsensors.dll PAGED
       
    47 */
       
    48 
       
    49 //Plugins
       
    50 /*
       
    51 file=ABI_DIR\BUILD_DIR\m3u.dll                                                            SHARED_LIB_DIR\m3u.dll PAGED
       
    52 data=\epoc32\data\z\resource\qt\plugins\playlistformats\m3u.qtplugin                      resource\qt\plugins\playlistformats\m3u.qtplugin
       
    53 file=ABI_DIR\BUILD_DIR\qtmobilitymultimediaengine.dll                                     SHARED_LIB_DIR\qtmobilitymultimediaengine.dll PAGED
       
    54 data=\epoc32\data\z\resource\qt\plugins\mediaservice\QtMobilityMultimediaEngine.qtplugin  resource\qt\plugins\mediaservice\QtMobilityMultimediaEngine.qtplugin
       
    55 */
       
    56 
       
    57 //Tools
       
    58 S60_APP_EXE(servicefw)
       
    59 UPGRADABLE_APP_REG_RSC(servicefw)
       
    60 
       
    61 S60_APP_EXE(servicexmlgen)
       
    62 UPGRADABLE_APP_REG_RSC(servicexmlgen)
       
    63 
       
    64 S60_APP_EXE(qcrmlgen)
       
    65 UPGRADABLE_APP_REG_RSC(qcrmlgen)
       
    66 
       
    67 S60_APP_EXE(vsexplorer)
       
    68 UPGRADABLE_APP_REG_RSC(vsexplorer)
       
    69 
       
    70 S60_APP_EXE(icheck)
       
    71 UPGRADABLE_APP_REG_RSC(icheck)
       
    72 
       
    73 #endif // __QT_MOBILITY_IBY__