bluetoothengine/btui/group/BTUI.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 0 f63038272f30
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
       
     1 /*
       
     2 * Copyright (c) 2002 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 is project specification file for the BTUI.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 VENDORID	VID_DEFAULT
       
    23 
       
    24 CAPABILITY		CAP_APPLICATION NetworkServices NetworkControl
       
    25 
       
    26 TARGET          BTUI.exe
       
    27 TARGETTYPE      exe
       
    28 EPOCSTACKSIZE	0x5000
       
    29 UID             0x100039CE 0x10005951
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          BTUIApp.cpp
       
    33 SOURCE          BTUIAppUi.cpp
       
    34 SOURCE          BTUIDocument.cpp
       
    35 
       
    36 
       
    37 // Application Resource
       
    38 //
       
    39 START RESOURCE  ../data/BTUI.rss
       
    40 HEADER
       
    41 TARGETPATH APP_RESOURCE_DIR
       
    42 LANGUAGE_IDS
       
    43 END 
       
    44 
       
    45 
       
    46 // Application Registeration Resource
       
    47 //
       
    48 START RESOURCE ../data/Btui_reg.rss
       
    49 DEPENDS btui.rsg
       
    50 
       
    51 // Do not change the UID below.
       
    52 TARGETPATH /private/10003a3f/apps
       
    53 END
       
    54 
       
    55 USERINCLUDE     ../inc 			
       
    56 USERINCLUDE		../devmodel/inc
       
    57 USERINCLUDE		../Ecom/inc
       
    58 USERINCLUDE		../data
       
    59 
       
    60 SYSTEMINCLUDE   ../../inc   	//for private API headers (BluetoothEngine subsystem)
       
    61 SYSTEMINCLUDE   ../../../inc    //for internal API headers (localconnectivity)
       
    62 MW_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 LIBRARY         euser.lib apparc.lib cone.lib       // Symbian OS framework libraries
       
    65 LIBRARY         eikcore.lib eikcoctl.lib eikctl.lib // UIKON libraries
       
    66 LIBRARY         avkon.lib                           // Series 60 UI library
       
    67 LIBRARY         bafl.lib                            // Basic Application Framework 
       
    68 LIBRARY         AknSkins.lib                        // Skinned icons
       
    69 LIBRARY         aknicon.lib
       
    70 LIBRARY         BtdevModel.lib
       
    71 LIBRARY         ecom.lib
       
    72            
       
    73 LIBRARY         GSEcomPlugin.lib
       
    74 LIBRARY         GSFramework.lib
       
    75 
       
    76 #ifdef __SERIES60_HELP
       
    77 LIBRARY         hlplch.lib                          // Help library
       
    78 #endif
       
    79 
       
    80 DEBUGLIBRARY    flogger.lib                         // File logging services
       
    81 
       
    82 // This is optional - used only by Codewarrior IDE for .RSS file editing.
       
    83 //
       
    84 //Document		../data/Btui_reg.rss
       
    85 //Document		../data/BTUI.rss
       
    86 //Document		../inc/btui.loc
       
    87 
       
    88 // End of File