mmfenh/enhancedaudioplayerutility/rom/S60Audio.iby
changeset 0 71ca22bcf22a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Contains all DLLs that must be included in image
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __S60AUDIO_IBY__
       
    20 #define __S60AUDIO_IBY__
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 //file=ABI_DIR\BUILD_DIR\s60audioutility.dll				SHARED_LIB_DIR\s60audioutility.dll
       
    25 //file=ABI_DIR\BUILD_DIR\S60AudioSource.dll				SHARED_LIB_DIR\S60AudioSource.dll
       
    26 ECOM_PLUGIN(S60StreamingSource.dll,S60StreamingSource.rsc)
       
    27 //file=ABI_DIR\BUILD_DIR\S60AudioClientStreamSource.dll			SHARED_LIB_DIR\S60AudioClientStreamSource.dll
       
    28 //file=ABI_DIR\BUILD_DIR\S60AudioPlayer.dll				SHARED_LIB_DIR\S60AudioPlayer.dll
       
    29 //file=ABI_DIR\BUILD_DIR\S60AudioSourceFactory.dll			SHARED_LIB_DIR\S60AudioSourceFactory.dll
       
    30 
       
    31 #endif
       
    32