bluetoothmgmt/btcommon/bluetooth.txt
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Symbian Foundation License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 #
       
    15 
       
    16 # Comments are allowed
       
    17 #
       
    18 
       
    19 # Optional variations in the generated scripts
       
    20 
       
    21 <option savespace>		# use abld -savespace
       
    22 <option keepgoing>		# use abld -keepgoing
       
    23 <option tools>			# build the tools
       
    24 <option winc>			# build the winc tools
       
    25 <option thumb>			# build THUMB versions of ARM components
       
    26 <option winscw>			# build Code Warrior
       
    27 <option arm_assp misa>		# build for Brutus development system
       
    28 <option arm_assp meig>		# build for Cirrus Logic 7211 development system
       
    29 <option arm_assp mint>		# build for Arm Integrator development system
       
    30 <option arm_assp mtemplate>	# build for Template Port
       
    31 
       
    32 # List of components required 
       
    33 #
       
    34 # Name		abld_directory
       
    35 
       
    36 # Bootstrapping....
       
    37 
       
    38 <special bldfiles E32Toolp group>			# special installation for E32ToolP
       
    39 
       
    40 # Things which generate include files used by later components, e.g. .RSG, .MBG or .h files
       
    41 
       
    42 BLUETOOTH  BLUETOOTH
       
    43 STACK	   BLUETOOTH\STACK
       
    44 MANAGER    BLUETOOTH\MANAGER
       
    45 HCI        BLUETOOTH\HCI_V2
       
    46 HCIPROXY   BLUETOOTH\HCIPROXY
       
    47 SDP        BLUETOOTH\SDP
       
    48 USER       BLUETOOTH\USER
       
    49 BTEXT      BLUETOOTH\BTExtNotifiers
       
    50 BTCOMM     BLUETOOTH\btcomm
       
    51 TESTUI 	   BLUETOOTH\TESTUI
       
    52 
       
    53 # Everything else
       
    54