rom/mds_reverse_geocode_enabled_only.iby
branchRCL_3
changeset 63 e538444823de
parent 57 2872ae438bf7
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
     1 /*
       
     2 * Copyright (c) 2006-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: 
       
    15 *  Metadata system iby file (for ROM image creation)
       
    16 *       
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef __METADATA_IBY__
       
    22 #define __METADATA_IBY__
       
    23 
       
    24 // sql is mandatory for mds
       
    25 #include <sql.iby>
       
    26 
       
    27 rem - MdE binaries
       
    28 file=ABI_DIR\BUILD_DIR\mdeclient.dll		SHARED_LIB_DIR\mdeclient.dll
       
    29 file=ABI_DIR\BUILD_DIR\mdccommon.dll		SHARED_LIB_DIR\mdccommon.dll
       
    30 file=ABI_DIR\BUILD_DIR\!mdsserver.exe		PROGRAMS_DIR\!mdsserver.exe
       
    31 
       
    32 rem - MdE data files
       
    33 data=EPOCROOT##epoc32\data\z\Private\200009F3\schema.mde                PRIVATE\200009F3\schema.mde
       
    34 data=EPOCROOT##epoc32\data\z\Private\200009F3\defaultimportfile.mde	    PRIVATE\200009F3\defaultimportfile.mde
       
    35 data=EPOCROOT##epoc32\data\z\Private\200009F3\backup_registration.xml   PRIVATE\200009F3\backup_registration.xml
       
    36 data=EPOCROOT##epoc32\data\z\Private\200009F5\backup_registration.xml   PRIVATE\200009F5\backup_registration.xml
       
    37 data=EPOCROOT##epoc32\data\z\Private\200009F5\mappings.db               PRIVATE\200009F5\mappings.db
       
    38 
       
    39 rem - Harvester and Context Engine binaries
       
    40 file=ABI_DIR\BUILD_DIR\HarvesterPluginInterface.dll		SHARED_LIB_DIR\HarvesterPluginInterface.dll
       
    41 file=ABI_DIR\BUILD_DIR\HarvesterClient.dll		        SHARED_LIB_DIR\HarvesterClient.dll
       
    42 file=ABI_DIR\BUILD_DIR\HarvesterServer.exe		        PROGRAMS_DIR\HarvesterServer.exe
       
    43 file=ABI_DIR\BUILD_DIR\harvestercommon.dll		    SHARED_LIB_DIR\harvestercommon.dll
       
    44 file=ABI_DIR\BUILD_DIR\harvesterdata.dll		    SHARED_LIB_DIR\harvesterdata.dll
       
    45 file=ABI_DIR\BUILD_DIR\mdsfileserverplugin.pxt			SHARED_LIB_DIR\mdsfileserverplugin.pxt
       
    46 ECOM_PLUGIN(HarvesterImagePlugin.dll,HarvesterImagePlugin.rsc)
       
    47 ECOM_PLUGIN(HarvesterVideoPlugin.dll,HarvesterVideoPlugin.rsc)
       
    48 ECOM_PLUGIN(HarvesterMessagePlugin.dll,HarvesterMessagePlugin.rsc)
       
    49 ECOM_PLUGIN(harvesteromadrmplugin.dll,harvesteromadrmplugin.rsc)
       
    50 ECOM_PLUGIN(harvesterwmvplugin.dll,harvesterwmvplugin.rsc)
       
    51 ECOM_PLUGIN(harvesterrtpplugin.dll,harvesterrtpplugin.rsc)
       
    52 ECOM_PLUGIN(harvesteraudioplugin.dll,harvesteraudioplugin.rsc)
       
    53 
       
    54 rem - Blacklist server binaries
       
    55 file=ABI_DIR\BUILD_DIR\!blacklistserver.exe		        PROGRAMS_DIR\!blacklistserver.exe
       
    56 file=ABI_DIR\BUILD_DIR\blacklistclient.dll		        SHARED_LIB_DIR\blacklistclient.dll
       
    57 
       
    58 file=ABI_DIR\BUILD_DIR\MonitorPluginInterface.dll		SHARED_LIB_DIR\MonitorPluginInterface.dll
       
    59 ECOM_PLUGIN(MMCMonitorPlugin.dll,MMCMonitorPlugin.rsc)
       
    60 ECOM_PLUGIN(FileMonitorPlugin.dll,FileMonitorPlugin.rsc)
       
    61 ECOM_PLUGIN(MessageMonitorPlugin.dll,MessageMonitorPlugin.rsc)
       
    62 ECOM_PLUGIN(mdsoomplugin.dll,mdsoomplugin.rsc)
       
    63 
       
    64 file=ABI_DIR\BUILD_DIR\ContextPluginInterface.dll		SHARED_LIB_DIR\ContextPluginInterface.dll
       
    65 file=ABI_DIR\BUILD_DIR\ContextEngine.dll		        SHARED_LIB_DIR\ContextEngine.dll
       
    66 ECOM_PLUGIN(locationcontextplugin.dll,locationcontextplugin.rsc)
       
    67 ECOM_PLUGIN(calendarcontextplugin.dll,calendarcontextplugin.rsc)
       
    68 
       
    69 file=ABI_DIR\BUILD_DIR\ComposerPluginInterface.dll		SHARED_LIB_DIR\ComposerPluginInterface.dll
       
    70 ECOM_PLUGIN(ComposerImagePlugin.dll,ComposerImagePlugin.rsc)
       
    71 
       
    72 // Location Manager
       
    73 REM locationmanager
       
    74 file=ABI_DIR\BUILD_DIR\locationmanager.dll		    SHARED_LIB_DIR\locationmanager.dll
       
    75 
       
    76 REM locationmanagerserver
       
    77 file=ABI_DIR\BUILD_DIR\locationmanagerserver.exe	PROGRAMS_DIR\locationmanagerserver.exe
       
    78 
       
    79 REM watchdog
       
    80 file=ABI_DIR\BUILD_DIR\mdswatchdog.exe	PROGRAMS_DIR\mdswatchdog.exe
       
    81 
       
    82 REM locationtrail
       
    83 file=ABI_DIR\BUILD_DIR\locationtrail.dll		    SHARED_LIB_DIR\locationtrail.dll
       
    84 
       
    85 
       
    86 REM tagcreator
       
    87 file=ABI_DIR\BUILD_DIR\tagcreator.dll		    SHARED_LIB_DIR\tagcreator.dll
       
    88 
       
    89 REM geotagger
       
    90 file=ABI_DIR\BUILD_DIR\geotagger.dll		    SHARED_LIB_DIR\geotagger.dll
       
    91 
       
    92 REM Location Manager data files
       
    93 data=ZPRIVATE\10202BE9\200071BE.txt					"PRIVATE\10202BE9\200071BE.txt"
       
    94 
       
    95 REM Harvester Cen Repo file
       
    96 data=ZPRIVATE\10202BE9\200009FE.txt					"PRIVATE\10202BE9\200009FE.txt"
       
    97 
       
    98 REM MdS version CenRep file
       
    99 data=ZPRIVATE\10202BE9\200009F3.txt                 "PRIVATE\10202BE9\200009F3.txt"
       
   100 
       
   101 REM Harvester MMC plugin CenRep file
       
   102 data=ZPRIVATE\10202BE9\20007183.txt                 "PRIVATE\10202BE9\20007183.txt"
       
   103 
       
   104 data=ZSYSTEM\install\contentlistingframework_stub.sis       system\install\contentlistingframework_stub.sis
       
   105 data=ZSYSTEM\install\contextengine_stub.sis       system\install\contextengine_stub.sis
       
   106 data=ZSYSTEM\install\blacklistserver_stub.sis       system\install\blacklistserver_stub.sis
       
   107 data=ZSYSTEM\install\composerplugins_stub.sis       system\install\composerplugins_stub.sis
       
   108 data=ZSYSTEM\install\harvester_stub.sis	system\install\harvester_stub.sis
       
   109 data=ZSYSTEM\install\harvesterplugins_stub.sis	system\install\harvesterplugins_stub.sis
       
   110 data=ZSYSTEM\install\monitorplugins_stub.sis	system\install\monitorplugins_stub.sis
       
   111 data=ZSYSTEM\install\locationmanager_stub.sis	system\install\locationmanager_stub.sis
       
   112 data=ZSYSTEM\install\metadataengine_stub.sis	system\install\metadataengine_stub.sis
       
   113 data=ZSYSTEM\install\mds_stub.sis	system\install\mds_stub.sis
       
   114 data=ZSYSTEM\install\mdswatchdog_stub.sis	system\install\mdswatchdog_stub.sis
       
   115 
       
   116 #endif //__METADATA_IBY__