mmserv/callaudiocontrol/group/CallAudioControl.mmp
branchRCL_3
changeset 8 e35735ece90c
parent 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
7:709f89d8c047 8:e35735ece90c
    22 #include <domain/osextensions/platform_paths.hrh>
    22 #include <domain/osextensions/platform_paths.hrh>
    23 #else
    23 #else
    24 #include <platform_paths.hrh>
    24 #include <platform_paths.hrh>
    25 #endif
    25 #endif
    26 
    26 
    27 TARGET          CallAudioControl.dll
    27 TARGET          callaudiocontrol.dll
    28 TARGETTYPE      DLL
    28 TARGETTYPE      DLL
    29 UID             0x1000008D 0x10207BD2
    29 UID             0x1000008D 0x10207BD2
    30 
    30 
    31 
    31 
    32 CAPABILITY 	ALL -TCB
    32 CAPABILITY 	ALL -TCB
    44 
    44 
    45 MW_LAYER_SYSTEMINCLUDE
    45 MW_LAYER_SYSTEMINCLUDE
    46 //SYSTEMINCLUDE	/epoc32/include/CallAudioControl
    46 //SYSTEMINCLUDE	/epoc32/include/CallAudioControl
    47 
    47 
    48 LIBRARY         euser.lib
    48 LIBRARY         euser.lib
    49 LIBRARY		TelephonyAudioRouting.lib
    49 LIBRARY		telephonyaudiorouting.lib
    50 LIBRARY		centralrepository.lib
    50 LIBRARY		centralrepository.lib
    51 
    51 
    52 #ifdef __SERIES60_31__
    52 #ifdef __SERIES60_31__
    53 LIBRARY         MediatorClient.lib
    53 LIBRARY         MediatorClient.lib
    54 LIBRARY     	featmgr.lib
    54 LIBRARY     	featmgr.lib
    55 LIBRARY		PhoneClient.lib
    55 LIBRARY		PhoneClient.lib
    56 LIBRARY		PhoneClientExt.lib
    56 LIBRARY		PhoneClientExt.lib
    57 #endif
    57 #endif
    58 
    58 
    59 #ifndef __SERIES60_31__
    59 #ifndef __SERIES60_31__
    60 LIBRARY		PhoneClient.lib   // For setting mute
    60 LIBRARY		phoneclient.lib   // For setting mute
    61 #endif
    61 #endif
    62 
    62 
    63 // End of file
    63 // End of file