equal
deleted
inserted
replaced
17 |
17 |
18 /** |
18 /** |
19 @file |
19 @file |
20 */ |
20 */ |
21 |
21 |
22 target mmfaudiotonecontroller.dll |
22 target mmfaudiotonetestcontroller.dll |
23 CAPABILITY ALL -TCB |
23 CAPABILITY ALL -TCB |
24 targettype plugin |
24 targettype plugin |
25 UNPAGED |
25 UNPAGED |
26 |
26 |
27 // ECom Dll recognition UID followed by the unique UID for this dll |
27 // ECom Dll recognition UID followed by the unique UID for this dll |
28 UID 0x10009D8D 0x101F7D95 |
28 UID 0x10009D8D 0x2002C398 |
29 VENDORID 0x70000001 |
29 VENDORID 0x70000001 |
30 |
30 |
31 SOURCEPATH ../../src/controller/audio |
31 SOURCEPATH ../../src/controller/audio |
32 SOURCE MmfAudioToneController.cpp |
32 SOURCE MmfAudioToneController.cpp |
33 SOURCE MmfAudioToneControllerFactory.cpp |
33 SOURCE MmfAudioToneControllerFactory.cpp |
46 USERINCLUDE /GenericGatewayComponent/BridgeAbstractionLayer |
46 USERINCLUDE /GenericGatewayComponent/BridgeAbstractionLayer |
47 // Interfacing with HwDevice implementation ends |
47 // Interfacing with HwDevice implementation ends |
48 #endif //__OMAP__ |
48 #endif //__OMAP__ |
49 |
49 |
50 |
50 |
51 start resource 101F7D95.rss |
51 start resource 2002C398.rss |
52 target mmfaudiotonecontroller.rsc |
52 target mmfaudiotonetestcontroller.rsc |
53 end |
53 end |
54 |
54 |
55 LIBRARY euser.lib |
55 LIBRARY euser.lib |
56 LIBRARY mmfserverbaseclasses.lib |
56 LIBRARY mmfserverbaseclasses.lib |
57 LIBRARY mmfdevsound.lib |
57 LIBRARY mmfdevsound.lib |