htiui/group/bld.inf
changeset 0 d6fe6244b863
child 3 2703485a934c
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Build information file for building
       
    15 *               HTI UI layer components.
       
    16 *                
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../symbian_version.hrh"
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../rom/htiui.iby        CORE_IBY_EXPORT_PATH(tools,htiui.iby)
       
    25 
       
    26 
       
    27 // Communication plugins
       
    28 #include "../HtiCommPlugins/HtiBtCommPlugin/group/bld.inf"
       
    29 
       
    30 // Service plugins
       
    31 #include "../HtiServicePlugins/HtiAppServicePlugin/group/bld.inf"
       
    32 #include "../HtiServicePlugins/HtiAudioServicePlugin/group/bld.inf"
       
    33 #include "../HtiServicePlugins/HtiKeyEventServicePlugin/group/bld.inf"
       
    34 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    35     #include "../HtiServicePlugins/HtiMessagesServicePlugin/group/bld.inf"
       
    36     #include "../HtiServicePlugins/HtiPIMServicePlugin/group/bld.inf"
       
    37 #endif
       
    38 #include "../HtiServicePlugins/HtiScreenshotServicePlugin/group/bld.inf"
       
    39 #include "../HtiServicePlugins/HtiSysInfoServicePlugin/group/bld.inf"
       
    40 
       
    41 // Backup fake DLL used by HtiFtpServicePlugin
       
    42 #include "../HtiServicePlugins/HtiFtpBackupFake/group/bld.inf"
       
    43 
       
    44 // Device rebooter
       
    45 #include "../HtiDeviceReboot/group/bld.inf"
       
    46 
       
    47 // Startup wait DLL
       
    48 #include "../HtiStartupWait/group/bld.inf"
       
    49 
       
    50 // HTI Admin UI application
       
    51 #include "../HtiAdmin/group/bld.inf"
       
    52 
       
    53 // Build stub SIS
       
    54 PRJ_EXTENSIONS
       
    55 #ifdef MARM
       
    56 START EXTENSION app-services/buildstubsis
       
    57 OPTION SRCDIR ../sis
       
    58 OPTION SISNAME HTI_stub
       
    59 END
       
    60 #endif
       
    61 
       
    62 // End of File