mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.iby
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
    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(__MTP_PROTOCOL_SUPPORT)
    19 #if !defined(SYMBIAN_EXCLUDE_MTP)
    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 // __MTP_PROTOCOL_SUPPORT
    29 #endif // SYMBIAN_EXCLUDE_MTP
    30 
    30 
    31 #endif // MTP_FILEDP_IBY
    31 #endif // MTP_FILEDP_IBY
    32 
    32