mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/mediamtpdataprovider/src/cmediamtpdataprovider.cpp
equal
deleted
inserted
replaced
23 #include <barsc.h> |
23 #include <barsc.h> |
24 #include <barsread.h> |
24 #include <barsread.h> |
25 #include <driveinfo.h> |
25 #include <driveinfo.h> |
26 |
26 |
27 #include "cmediamtpdataprovider.h" |
27 #include "cmediamtpdataprovider.h" |
|
28 #include "crequestprocessor.h" |
28 #include "mediamtpdataproviderconst.h" |
29 #include "mediamtpdataproviderconst.h" |
29 #include "cmediamtpdataproviderenumerator.h" |
30 #include "cmediamtpdataproviderenumerator.h" |
30 #include "mmmtpdplogger.h" |
31 #include "mmmtpdplogger.h" |
31 #include "tmmmtpdppanic.h" |
32 #include "tmmmtpdppanic.h" |
32 #include "cmmmtpdpaccesssingleton.h" |
33 #include "cmmmtpdpaccesssingleton.h" |
128 { |
129 { |
129 PRINT( _L( "MM MTP => CMediaMtpDataProvider::ConstructL" ) ); |
130 PRINT( _L( "MM MTP => CMediaMtpDataProvider::ConstructL" ) ); |
130 |
131 |
131 iMediaEnumerator = CMediaMtpDataProviderEnumerator::NewL( Framework(), *this ); |
132 iMediaEnumerator = CMediaMtpDataProviderEnumerator::NewL( Framework(), *this ); |
132 |
133 |
133 CMmMtpDpAccessSingleton::CreateL( Framework().Fs(), Framework() ); |
134 CMmMtpDpAccessSingleton::CreateL( Framework() ); |
134 |
135 |
135 GetSupportedFormatL(); |
136 GetSupportedFormatL(); |
136 GetSupportedPropL(); |
137 GetSupportedPropL(); |
137 GetAllSupportedPropL(); |
138 GetAllSupportedPropL(); |
138 |
139 |