browserplugins/browseraudiovideoplugin/group/BLD.INF
branchRCL_3
changeset 48 8e6fa1719340
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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:  Project build file for BrowserAudioVideoPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../../../mw/web/web_plat/browser_platform_api/inc/browser_platform_variant.hrh"
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // export localization files
       
    27 ../loc/browseraudiovideoplugin.loc  APP_LAYER_LOC_EXPORT_PATH(browseraudiovideoplugin.loc)
       
    28 ../rom/BrowserAudioVideoPlugin.iby	CORE_APP_LAYER_IBY_EXPORT_PATH(BrowserAudioVideoPlugin.iby)
       
    29 ../rom/BrowserAudioVideoPluginResources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(BrowserAudioVideoPluginResources.iby)
       
    30 
       
    31 #ifdef __SERIES60_32__
       
    32 
       
    33 PRJ_MMPFILES
       
    34 gnumakefile BrowserAudioVideoPluginIcon.mk
       
    35 
       
    36 BrowserAudioVideoPluginEcom.mmp    // Plugin mmp file
       
    37 
       
    38 #else
       
    39 
       
    40 PRJ_EXTENSIONS
       
    41 START EXTENSION s60/mifconv
       
    42 OPTION TARGETFILE BrowserAudioVideoPlugin_aif.mif
       
    43 OPTION HEADERFILE BrowserAudioVideoPlugin.mbg
       
    44 OPTION SOURCEFILE iconlist.txt
       
    45 END
       
    46 
       
    47 PRJ_MMPFILES
       
    48 
       
    49 BrowserAudioVideoPluginEcom.mmp    // Plugin mmp file
       
    50 
       
    51 #endif
       
    52 
       
    53 //  End of File  
       
    54 
       
    55