rom/multimediasharing.iby
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2005 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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __MULTIMEDIASHARING_IBY__
       
    21 #define __MULTIMEDIASHARING_IBY__
       
    22 
       
    23 
       
    24 #if defined(__MULTIMEDIA_SHARING) || defined(__CS_VIDEO_TELEPHONY)
       
    25 
       
    26 /*========================================================================
       
    27 * Livecomms UI dll for both MUS and VT
       
    28 * ========================================================================
       
    29 */
       
    30 file=ABI_DIR\UREL\livecommsui.dll SHARED_LIB_DIR\livecommsui.dll
       
    31 
       
    32 /*========================================================================
       
    33 * MUS SIS stub
       
    34 * ========================================================================
       
    35 */
       
    36 data=DATAZ_\system\install\multimediasharing_stub.sis    system\install\multimediasharing_stub.sis
       
    37 
       
    38 #endif
       
    39 
       
    40 
       
    41 #ifdef __MULTIMEDIA_SHARING
       
    42 
       
    43 /*========================================================================
       
    44 * MUS UI
       
    45 * ========================================================================
       
    46 */
       
    47 
       
    48 //file=ABI_DIR\UREL\musui.exe PROGRAMS_DIR\musui.exe
       
    49 //data=DATAZ_\resource\apps\musui.rsc \resource\apps\musui.rsc
       
    50 //data=DATAZ_\private\10003a3f\import\apps\musui_reg.rsc \private\10003a3f\import\apps\musui_reg.rsc
       
    51 
       
    52 
       
    53 /*========================================================================
       
    54 * MUS General
       
    55 * ========================================================================
       
    56 */
       
    57 //file=ABI_DIR\UREL\musmanagerserver.exe          PROGRAMS_DIR\musmanagerserver.exe
       
    58 //file=ABI_DIR\UREL\musmanagerclient.dll          SHARED_LIB_DIR\musmanagerclient.dll
       
    59 //file=ABI_DIR\UREL\musindicator.dll              SHARED_LIB_DIR\musindicator.dll
       
    60 //data=DATAZ_\private\1028238D\tone.amr           private\1028238D\tone.amr
       
    61 //data=DATAZ_\BITMAP_DIR\musindicatoricons.mif    BITMAP_DIR\musindicatoricons.mif
       
    62 //data=DATAZ_\BITMAP_DIR\musindicatoricons.mbm    BITMAP_DIR\musindicatoricons.mbm
       
    63 
       
    64 /*========================================================================
       
    65 * MUS Ecom Plugins
       
    66 * ========================================================================
       
    67 */
       
    68 //ECOM_PLUGIN(musaoplugin.dll,musaoplugin.rsc)
       
    69 
       
    70 //ECOM_PLUGIN(musaiwprovider.dll,musaiwprovider.rsc)
       
    71 //ECOM_PLUGIN(musavailabilityplugin.dll,musavailabilityplugin.rsc)
       
    72 //ECOM_PLUGIN(muswpadapter.dll,muswpadapter.rsc)
       
    73 //ECOM_PLUGIN(mmcctranscoder.dll,10282896.rsc)
       
    74 //ECOM_PLUGIN(musengineplugin.dll,musengineplugin.rsc)
       
    75 
       
    76 // In __VOIP terminals, MuS uses same client resolver plugin as VoIP.
       
    77 // In all other terminals, a separate resolver plugin is needed 
       
    78 #ifndef __VOIP
       
    79 //ECOM_PLUGIN(mussipcrplugin.dll,mussipcrplugin.rsc)
       
    80 #endif
       
    81 
       
    82 
       
    83 /*========================================================================
       
    84 * MUS Settings UI
       
    85 * ========================================================================
       
    86 */
       
    87 //ECOM_PLUGIN( mussettingsui.dll,mussettingsui.rsc )
       
    88 //data=DATAZ_\BITMAP_DIR\mussettingsplugin.mif BITMAP_DIR\mussettingsplugin.mif
       
    89 
       
    90 
       
    91 /*========================================================================
       
    92 * Export backup registration xml file to register multimediasharing settings
       
    93 * to be securely backedup as part of symbian secure backup restore operation
       
    94 * here data owner will be musmanager server process but the real data stored
       
    95 * in centralrepository. Hence central repositary uid should be specified as proxy data owner.
       
    96 * ========================================================================
       
    97 */
       
    98 //data=DATAZ_\private\1028238D\backup_registration.xml     private\1028238D\backup_registration.xml
       
    99 
       
   100 #endif
       
   101 
       
   102 
       
   103 #endif