bluetoothmgmt/btconfig/esock399_single_thread/esock_bt.cmi
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 # Comms Configurator config file for the ESock Bluetooth module
       
    17 
       
    18 [Loader]
       
    19 Name=ESock_Bt
       
    20 FileName=esocksvr.dll
       
    21 ThreadFunctionOrdinal=1
       
    22 IsSticky=0
       
    23 IsServer=1
       
    24 Priority=EPriorityMore
       
    25 StackSize=16384
       
    26 ScaledStartupState=0x3080
       
    27 HeapOption=ENewHeap
       
    28 MinHeapSize=256
       
    29 MaxHeapSize=524288
       
    30 SystemCritical=0
       
    31 SystemCriticalAfterInit=1
       
    32 Binding0=ESock_Bt:2,ESock_Main:0,ECustom,20,20 
       
    33 Binding1=ESock_Bt:2,ESock_IP:1,ECustom,20,20
       
    34 Binding2=ESock_Bt:2,ESock_TR:7,ECustom,20,20
       
    35 # Dont check heap if shutting down with EImmediate (KCF_ModuleImmediateNoCheck)
       
    36 ControlFlags=4
       
    37 [IniData]
       
    38 Role=DealerPlayer
       
    39 WorkerId=2
       
    40 EskMask=BT.*.ESK
       
    41 PlayerRole=0x011111  # Hosting TM, MCPR, CPR, SCPR, Data
       
    42 
       
    43 
       
    44 #	ENoPlayer			= 0x000000,
       
    45 #	EDataPlane			= 0x000001,
       
    46 #	ESubConnPlane		= 0x000010,
       
    47 #	EConnPlane			= 0x000100,
       
    48 #	EMetaConnPlane		= 0x001000,
       
    49 #	ETierMgrPlane		= 0x010000,
       
    50 #	ETierResolver		= 0x100000,
       
    51 #	EAllPlanes = EDataPlane | ESubConnPlane | EConnPlane | EMetaConnPlane | ETierMgrPlane,
       
    52 #	EPrePlanarArchitecture = 0x40000000,	// never explicitly set; denotes a legacy CMI and so a worker whose plane FCs can be ignored
       
    53