diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/mtpdataproviderexample_8mmp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/mtpdataproviderexample_8mmp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,80 @@ + + +
+ +00001 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +00002 // All rights reserved. +00003 // This component and the accompanying materials are made available +00004 // under the terms of "Eclipse Public License v1.0" +00005 // which accompanies this distribution, and is available +00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". +00007 // +00008 // Initial Contributors: +00009 // Nokia Corporation - initial contribution. +00010 // +00011 // Contributors: +00012 // +00013 // Description: +00014 // +00015 +00016 #include <comms-infras/commsdebugutility.mmh> +00017 +00018 TARGET mtpexampledp.dll +00019 TARGETTYPE PLUGIN +00020 UID 0x10009D8D 0xE80000F9 +00021 VENDORID 0x70000001 +00022 +00023 // Capabilities required for ECOM plugin and MTP framework to work appropriately. +00024 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData +00025 +00026 APP_LAYER_SYSTEMINCLUDE +00027 +00028 USERINCLUDE ../inc +00029 +00030 SOURCEPATH ../src +00031 SOURCE mtpexampledpimplementations.cpp mtpdataproviderpluginexample.cpp cmtpexampledprequestprocessor.cpp mtpexamplerequestprocessor.cpp cmtpexampledpvendordefinedop1.cpp cmtprequestunknown.cpp cmtpexampledpvendordefinedop2.cpp +00032 +00033 +00034 +00035 SOURCEPATH ../src +00036 START RESOURCE mtpexampledp.rss +00037 TARGET mtpexampledp.rsc +00038 END +00039 +00040 START RESOURCE mtpdataproviderpluginexample_config.rss +00041 TARGETPATH /resource/mtp +00042 TARGET 102827b8.rsc +00043 END +00044 +00045 +00046 LIBRARY euser.lib +00047 LIBRARY efsrv.lib +00048 LIBRARY bafl.lib +00049 LIBRARY estor.lib +00050 LIBRARY ecom.lib +00051 +00052 LIBRARY edbms.lib +00053 LIBRARY mtpdatatypes.lib +00054 LIBRARY mtpdataproviderapi.lib +00055 LIBRARY mtpframework.lib +00056 LIBRARY mtpdataproviderutility.lib +00057 LIBRARY irtranp.lib +00058 LIBRARY fbscli.lib +00059 LIBRARY jpegexifplugin.lib +00060 LIBRARY bitmaptransforms.lib +00061 LIBRARY exifutility.lib +00062 +00063 +00064 SMPSAFE +