rom/multimediasharing.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:12:07 +0300
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
permissions -rw-r--r--
Revision: 201032 Kit: 201035

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/



#ifndef __MULTIMEDIASHARING_IBY__
#define __MULTIMEDIASHARING_IBY__


#if defined(__MULTIMEDIA_SHARING) || defined(__CS_VIDEO_TELEPHONY)

/*========================================================================
* Livecomms UI dll for both MUS and VT
* ========================================================================
*/
file=ABI_DIR\UREL\livecommsui.dll SHARED_LIB_DIR\livecommsui.dll

/*========================================================================
* MUS SIS stub
* ========================================================================
*/
data=DATAZ_\system\install\multimediasharing_stub.sis    system\install\multimediasharing_stub.sis

#endif


#ifdef __MULTIMEDIA_SHARING

/*========================================================================
* MUS UI
* ========================================================================
*/

//file=ABI_DIR\UREL\musui.exe PROGRAMS_DIR\musui.exe
//data=DATAZ_\resource\apps\musui.rsc \resource\apps\musui.rsc
//data=DATAZ_\private\10003a3f\import\apps\musui_reg.rsc \private\10003a3f\import\apps\musui_reg.rsc


/*========================================================================
* MUS General
* ========================================================================
*/
//file=ABI_DIR\UREL\musmanagerserver.exe          PROGRAMS_DIR\musmanagerserver.exe
//file=ABI_DIR\UREL\musmanagerclient.dll          SHARED_LIB_DIR\musmanagerclient.dll
//file=ABI_DIR\UREL\musindicator.dll              SHARED_LIB_DIR\musindicator.dll
//data=DATAZ_\private\1028238D\tone.amr           private\1028238D\tone.amr
//data=DATAZ_\BITMAP_DIR\musindicatoricons.mif    BITMAP_DIR\musindicatoricons.mif
//data=DATAZ_\BITMAP_DIR\musindicatoricons.mbm    BITMAP_DIR\musindicatoricons.mbm

/*========================================================================
* MUS Ecom Plugins
* ========================================================================
*/
//ECOM_PLUGIN(musaoplugin.dll,musaoplugin.rsc)

//ECOM_PLUGIN(musaiwprovider.dll,musaiwprovider.rsc)
//ECOM_PLUGIN(musavailabilityplugin.dll,musavailabilityplugin.rsc)
//ECOM_PLUGIN(muswpadapter.dll,muswpadapter.rsc)
//ECOM_PLUGIN(mmcctranscoder.dll,10282896.rsc)
//ECOM_PLUGIN(musengineplugin.dll,musengineplugin.rsc)

// In __VOIP terminals, MuS uses same client resolver plugin as VoIP.
// In all other terminals, a separate resolver plugin is needed 
#ifndef __VOIP
//ECOM_PLUGIN(mussipcrplugin.dll,mussipcrplugin.rsc)
#endif


/*========================================================================
* MUS Settings UI
* ========================================================================
*/
//ECOM_PLUGIN( mussettingsui.dll,mussettingsui.rsc )
//data=DATAZ_\BITMAP_DIR\mussettingsplugin.mif BITMAP_DIR\mussettingsplugin.mif


/*========================================================================
* Export backup registration xml file to register multimediasharing settings
* to be securely backedup as part of symbian secure backup restore operation
* here data owner will be musmanager server process but the real data stored
* in centralrepository. Hence central repositary uid should be specified as proxy data owner.
* ========================================================================
*/
//data=DATAZ_\private\1028238D\backup_registration.xml     private\1028238D\backup_registration.xml

#endif


#endif