equal
deleted
inserted
replaced
14 // |
14 // |
15 |
15 |
16 #ifndef MTP_FILEDP_IBY |
16 #ifndef MTP_FILEDP_IBY |
17 #define MTP_FILEDP_IBY |
17 #define MTP_FILEDP_IBY |
18 |
18 |
19 #if !defined(SYMBIAN_EXCLUDE_MTP) |
19 #if defined(__MTP_PROTOCOL_SUPPORT) |
20 |
20 |
21 #include <mtp_framework.iby> |
21 #include <mtp_framework.iby> |
22 |
22 |
23 // MTP Data Provider API |
23 // MTP Data Provider API |
24 ECOM_PLUGIN(mtpfiledp.dll, mtpfiledp.rsc) |
24 ECOM_PLUGIN(mtpfiledp.dll, mtpfiledp.rsc) |
25 |
25 |
26 // MTP plugin registration resource file |
26 // MTP plugin registration resource file |
27 data=EPOCROOT##epoc32\data\Z\resource\mtp\102827B0.rsc resource\mtp\102827B0.rsc |
27 data=EPOCROOT##epoc32\data\Z\resource\mtp\102827B0.rsc resource\mtp\102827B0.rsc |
28 |
28 |
29 #endif // SYMBIAN_EXCLUDE_MTP |
29 #endif // __MTP_PROTOCOL_SUPPORT |
30 |
30 |
31 #endif // MTP_FILEDP_IBY |
31 #endif // MTP_FILEDP_IBY |
32 |
32 |