videoutils_plat/videoconnutility_api/tsrc/conf/VCXConnUtilTest.inc
branchRCL_3
changeset 22 826cea16efd9
parent 21 798ee5f1972c
child 23 13a33d82ad98
equal deleted inserted replaced
21:798ee5f1972c 22:826cea16efd9
     1 KVcxConnUtilTestModeSubscriber   0 // No connectivity functionality in this mode
       
     2 KVcxConnUtilTestModeConnectivity 1 // No P&S property subscriptions, properties can be read 
       
     3 KVcxConnUtilTestModeBoth         2 
       
     4 
       
     5 // From vcxconnectionutility.hrh
       
     6 EVCxNotConnected       10
       
     7 EVCxConnecting         11
       
     8 EVCxConnected          12
       
     9 EVCxDisconnecting      13
       
    10 EVCxRoamingRequest     14
       
    11 EVCxRoamingAccepted    15
       
    12 EVCxError              16
       
    13 
       
    14 // From vcxconnectionutility.hrh
       
    15 EVCxPSConnectionStatus      1
       
    16 EVCxPSIapId                 2
       
    17 EVCxPSSnapId                3 
       
    18 EVCxPSMasterExists          4
       
    19 EVCxPSNbrConnInstances      5
       
    20 EVCxPSRoamingRequestStatus  6
       
    21 EVCxPSNbrRoamResp           7
       
    22 EVCxPSNbRoamAccepted        8
       
    23 
       
    24 // From vcxconnectionutility.hrh
       
    25 EVCxRoamingNotInit 50
       
    26 EVCxRoamingAllowed 51
       
    27 
       
    28 // From cmconnectionmethoddef.h
       
    29 // Only part of attributes are listed here.
       
    30 ECmName                501
       
    31 ECmStartPage           503
       
    32 ECmHidden              504 // Not supported yet
       
    33 ECmProtected           505 // Needs NW ctrl cap
       
    34 ECmNamingMethod        506
       
    35 ECmSeamlessnessLevel   507
       
    36 
       
    37 ECmMetaHighlight       600
       
    38 ECmMetaHiddenAgent     601
       
    39 
       
    40 ECmNextLayerIapId      602
       
    41 ECmNextLayerSNAPId     603
       
    42 
       
    43 ECmProxyUsageEnabled   1000 // Proxy record is deleted on UpdateL() if ECmProxyServerName is an empty string.
       
    44 ECmProxyServerName     1001
       
    45 ECmProxyProtocolName   1002
       
    46 ECmProxyPortNumber     1003
       
    47 ECmProxyExceptions     1004
       
    48 
       
    49 ECmIsLinked            6001
       
    50 
       
    51 DEST_TEST              "dest_test_connutil"
       
    52 DEST_TEST2             "dest_test_connutil2"
       
    53 
       
    54 
       
    55 AP1		       "test_ap_1"
       
    56 AP2		       "test_ap_2"
       
    57 AP3		       "test_ap_3"
       
    58 AP4		       "test_ap_4"
       
    59 AP5		       "test_ap_5"
       
    60 AP6		       "test_ap_6"
       
    61 AP7		       "test_ap_7"
       
    62 AP8		       "test_ap_8"
       
    63 AP9		       "test_ap_9"
       
    64 AP10		       "test_ap_10"
       
    65