browserui/videoservices/group/bld.inf
changeset 0 84ad3b177aa3
child 10 4530440261a8
equal deleted inserted replaced
-1:000000000000 0:84ad3b177aa3
       
     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 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 ../rom/VideoServices.iby  					CORE_APP_LAYER_IBY_EXPORT_PATH(VideoServices.iby)
       
    28 ../rom/VideoServicesResources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(VideoServicesResources.iby)
       
    29 ../loc/VideoServices.loc  					APP_LAYER_LOC_EXPORT_PATH(VideoServices.loc)
       
    30 
       
    31 ../conf/videoservices.confml           		APP_LAYER_CONFML(videoservices.confml)
       
    32 ../conf/videoservices_10281893.crml         APP_LAYER_CRML(videoservices_10281893.crml)
       
    33 
       
    34 #ifdef __SERIES60_32__
       
    35 
       
    36 PRJ_MMPFILES
       
    37 gnumakefile videoservicesaifsvgiconsdc.mk
       
    38 
       
    39 ./VideoServices.mmp
       
    40 
       
    41 #else
       
    42 
       
    43 PRJ_EXTENSIONS
       
    44 START EXTENSION s60/mifconv
       
    45 OPTION TARGETFILE VideoServices_AIF.mif
       
    46 OPTION SOURCES -c8,8 qgn_menu_mtv
       
    47 END
       
    48 
       
    49 PRJ_MMPFILES
       
    50 
       
    51 ./VideoServices.mmp
       
    52 
       
    53 #endif