browserui/videoservices/group/bld.inf
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65: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: 
       
    15 *     Build information file
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths_strings.hrh>
       
    22 #include "../../../../../mw/web/web_plat/browser_platform_api/inc/browser_platform_variant.hrh"
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXPORTS
       
    28 ../rom/VideoServices.iby  					CORE_APP_LAYER_IBY_EXPORT_PATH(VideoServices.iby)
       
    29 ../rom/VideoServicesResources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(VideoServicesResources.iby)
       
    30 ../loc/videoservices.loc  					APP_LAYER_LOC_EXPORT_PATH(videoservices.loc)
       
    31 
       
    32 ../conf/videoservices.confml           		APP_LAYER_CONFML(videoservices.confml)
       
    33 ../conf/videoservices_10281893.crml         APP_LAYER_CRML(videoservices_10281893.crml)
       
    34 
       
    35 #ifdef __SERIES60_32__
       
    36 
       
    37 PRJ_MMPFILES
       
    38 gnumakefile videoservicesaifsvgiconsdc.mk
       
    39 
       
    40 ./VideoServices.mmp
       
    41 
       
    42 #else
       
    43 
       
    44 PRJ_EXTENSIONS
       
    45 START EXTENSION s60/mifconv
       
    46 OPTION TARGETFILE VideoServices_AIF.mif
       
    47 OPTION SOURCES -c8,8 qgn_menu_mtv
       
    48 END
       
    49 
       
    50 PRJ_MMPFILES
       
    51 
       
    52 ./VideoServices.mmp
       
    53 
       
    54 #endif