homesync/rom/mediaservant.iby
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     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: Mediaservant iby
       
    15 *
       
    16 */
       
    17 #ifndef __MEDIASERVANT_IBY__
       
    18 #define __MEDIASERVANT_IBY__
       
    19 
       
    20 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag
       
    21 
       
    22 #include <productvariant.hrh>
       
    23 
       
    24 // Application and setup wizard
       
    25 file=ABI_DIR\BUILD_DIR\mediaservant.exe \sys\bin\mediaservant.exe
       
    26 data=\epoc32\data\z\private\10003a3f\apps\mediaservant_reg.rsc \private\10003a3f\import\apps\mediaservant_reg.rsc
       
    27 data=\epoc32\data\z\resource\apps\mediaservant_aif.mif \resource\apps\mediaservant_aif.mif
       
    28 data=\epoc32\data\z\resource\apps\mediaservant.mif \resource\apps\mediaservant.mif
       
    29 file=ABI_DIR\BUILD_DIR\msengine.dll \sys\bin\msengine.dll
       
    30 file=ABI_DIR\BUILD_DIR\msappwizard.dll \sys\bin\msappwizard.dll
       
    31 data=\epoc32\data\z\resource\apps\msappwizard.mif \resource\apps\msappwizard.mif
       
    32 data=\epoc32\data\z\resource\apps\msgsplugin.mif \resource\apps\msgsplugin.mif
       
    33 
       
    34 // Plugins
       
    35 ECOM_PLUGIN( mediaservantplugin.dll, mediaservantplugin.rsc )
       
    36 ECOM_PLUGIN( msgsplugin.dll, msgsplugin.rsc )
       
    37 
       
    38 // Engine
       
    39 file=ABI_DIR\BUILD_DIR\cmfillmanager.dll \sys\bin\cmfillmanager.dll
       
    40 file=ABI_DIR\BUILD_DIR\cmstoremanager.dll \sys\bin\cmstoremanager.dll
       
    41 file=ABI_DIR\BUILD_DIR\cmscheduler.dll \sys\bin\cmscheduler.dll
       
    42 file=ABI_DIR\BUILD_DIR\cmmemorymanager.dll \sys\bin\cmmemorymanager.dll
       
    43 file=ABI_DIR\BUILD_DIR\cmclient.dll \sys\bin\cmclient.dll
       
    44 file=ABI_DIR\BUILD_DIR\cmserver.exe \sys\bin\cmserver.exe
       
    45 
       
    46 // export mediaservant_stub.sis file
       
    47 data=ZSYSTEM\install\mediaservant_stub.sis    system\install\mediaservant_stub.sis 
       
    48 
       
    49 #endif // FF_UPNP_FRAMEWORK_2_0
       
    50 
       
    51 #endif // __MEDIASERVANT_IBY__