equal
deleted
inserted
replaced
14 // |
14 // |
15 |
15 |
16 #ifndef MTP_PTPIP_IBY |
16 #ifndef MTP_PTPIP_IBY |
17 #define MTP_PTPIP_IBY |
17 #define MTP_PTPIP_IBY |
18 |
18 |
19 #if !defined (SYMBIAN_EXCLUDE_MTP) && !defined(SYMBIAN_EXCLUDE_PTPTIP) |
19 #if defined (__MTP_PROTOCOL_SUPPORT) && !defined(SYMBIAN_EXCLUDE_PTPTIP) |
20 |
20 |
21 #include <mtp_framework.iby> |
21 #include <mtp_framework.iby> |
22 |
22 |
23 //MTP PTP IP Data Types Library |
23 //MTP PTP IP Data Types Library |
24 file=ABI_DIR\BUILD_DIR\ptpipdatatypes.dll system\libs\ptpipdatatypes.dll |
24 file=ABI_DIR\BUILD_DIR\ptpipdatatypes.dll system\libs\ptpipdatatypes.dll |
28 |
28 |
29 //MTP PTP IP transport plugin |
29 //MTP PTP IP transport plugin |
30 ECOM_PLUGIN(ptpipplugin.dll, ptpipplugin.rsc) |
30 ECOM_PLUGIN(ptpipplugin.dll, ptpipplugin.rsc) |
31 |
31 |
32 |
32 |
33 #endif // SYMBIAN_EXCLUDE_MTP |
33 #endif // __MTP_PROTOCOL_SUPPORT |
34 |
34 |
35 #endif // MTP_PTPIP_IBY |
35 #endif // MTP_PTPIP_IBY |
36 |
36 |