equal
deleted
inserted
replaced
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 |
|
29 #ifndef __WINS__ |
|
30 |
28 const TUint KPhysicalConnectionBitmask = KPCNokiaAV | KPCWired; |
31 const TUint KPhysicalConnectionBitmask = KPCNokiaAV | KPCWired; |
|
32 |
|
33 #else |
|
34 |
|
35 const TUint KPhysicalConnectionBitmask = 0x20000 | 0x1; |
|
36 |
|
37 #endif // __WINS__ |
|
38 |
29 #else |
39 #else |
30 const TUint KPhysicalConnectionBitmask = KPCWired; |
40 const TUint KPhysicalConnectionBitmask = KPCWired; |
31 #endif // ASW_CORE_AUDIO_PLATFORM_VERSION |
41 #endif // ASW_CORE_AUDIO_PLATFORM_VERSION |
32 |
42 |
33 // --------------------------------------------------------------------------- |
43 // --------------------------------------------------------------------------- |