usbuis/usbui/group/bld.inf
branchRCL_3
changeset 80 e02eb84a14d2
parent 0 1e05558e2206
equal deleted inserted replaced
79:25fce757be94 80:e02eb84a14d2
       
     1 /*
       
     2 * Copyright (c) 2005, 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 "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:  This file provides project information required for 
       
    15                   USB UI.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 ../loc/USBClassChangeUI.loc             MW_LAYER_LOC_EXPORT_PATH(usbclasschangeui.loc)
       
    27 ../rom/USBClassChangeUI.iby             CORE_MW_LAYER_IBY_EXPORT_PATH(USBClassChangeUI.iby)
       
    28 ../rom/USBClassChangeUIResources.iby    LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(USBClassChangeUIResources.iby)
       
    29 // Help exports
       
    30 #include "../help/group/bld.inf"
       
    31 PRJ_EXTENSIONS
       
    32 
       
    33 START EXTENSION s60/mifconv
       
    34 OPTION TARGETFILE usbclasschangeui_aif.mif
       
    35 OPTION SOURCES -c8,8 qgn_menu_usb
       
    36 END
       
    37 
       
    38 PRJ_MMPFILES
       
    39 /*
       
    40 #ifdef __SCALABLE_ICONS
       
    41     gnumakefile usbui_icons_aif_scalable_dc.mk
       
    42 #else 
       
    43     gnumakefile usbui_icons_aif_bitmaps_dc.mk
       
    44 #endif
       
    45 */
       
    46 ../group/USBClassChangeUI.mmp
       
    47 
       
    48 // Define _USBUI_BLF_INF_INCLUDED_ to prevent duplicate export
       
    49 // of USBClassChangeUI.loc
       
    50 #define _USBUI_BLF_INF_INCLUDED_
       
    51 
       
    52 #include "../USBClassChangeUIPlugin/group/bld.inf"
       
    53 
       
    54 
       
    55 PRJ_TESTMMPFILES
       
    56 // None
       
    57 
       
    58 // End of File