radioengine/utils/src/cradioaccessoryobserver.cpp
changeset 39 ac7857bd5fdb
parent 38 f8c3d4e6102c
child 57 21be958eb3ce
equal deleted inserted replaced
38:f8c3d4e6102c 39:ac7857bd5fdb
    22 #include "cradioaccessoryobserver.h"
    22 #include "cradioaccessoryobserver.h"
    23 #include "mradioheadseteventobserver.h"
    23 #include "mradioheadseteventobserver.h"
    24 #include "cradioenginelogger.h"
    24 #include "cradioenginelogger.h"
    25 
    25 
    26 #ifdef ASW_CORE_AUDIO_PLATFORM_VERSION // Nokia specific adaptation
    26 #ifdef ASW_CORE_AUDIO_PLATFORM_VERSION // Nokia specific adaptation
    27 #include <accpolpropgenericid.h>
    27 //#include <accpolpropgenericid.h>
       
    28 #include <AccPolGenericIdDefinitions.h>
    28 
    29 
    29 #ifndef __WINS__
    30 #ifndef __WINS__
    30 
    31 // See accpolpropgenericid.h definitions KPCNokiaAV == 0x20000,
    31 const TUint KPhysicalConnectionBitmask = KPCNokiaAV | KPCWired;
    32 // Forced to use hard coded value here to avoid including from epoc32/include/internal
       
    33 const TUint KPhysicalConnectionBitmask = 0x20000 | KPCWired;
    32 
    34 
    33 #else
    35 #else
    34 
    36 // See accpolpropgenericid.h definitions KPCNokiaAV == 0x20000, 
    35 const TUint KPhysicalConnectionBitmask = 0x20000 | 0x1;
    37 // Forced to use hard coded value here to avoid including from epoc32/include/internal
       
    38 const TUint KPhysicalConnectionBitmask = 0x20000 | KPCWired;
    36 
    39 
    37 #endif // __WINS__
    40 #endif // __WINS__
    38 
    41 
    39 #else
    42 #else
    40 const TUint KPhysicalConnectionBitmask = KPCWired;
    43 const TUint KPhysicalConnectionBitmask = KPCWired;