diff -r 89d6a7a84779 -r 25a17d01db0c 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 Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,79 @@ + +
+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 #if 0 +00027 MW_LAYER_SYSTEMINCLUDE_SYMBIAN +00028 #endif +00029 SYSTEMINCLUDE /epoc32/include +00030 +00031 USERINCLUDE ../inc +00032 +00033 SOURCEPATH ../src +00034 SOURCE mtpexampledpimplementations.cpp mtpdataproviderpluginexample.cpp cmtpexampledprequestprocessor.cpp mtpexamplerequestprocessor.cpp cmtpexampledpvendordefinedop1.cpp cmtprequestunknown.cpp cmtpexampledpvendordefinedop2.cpp +00035 +00036 +00037 +00038 SOURCEPATH ../src +00039 START RESOURCE mtpexampledp.rss +00040 TARGET mtpexampledp.rsc +00041 END +00042 +00043 START RESOURCE mtpdataproviderpluginexample_config.rss +00044 TARGETPATH /resource/mtp +00045 TARGET 102827b8.rsc +00046 END +00047 +00048 +00049 LIBRARY euser.lib +00050 LIBRARY efsrv.lib +00051 LIBRARY bafl.lib +00052 LIBRARY estor.lib +00053 LIBRARY ecom.lib +00054 +00055 LIBRARY edbms.lib +00056 LIBRARY mtpdatatypes.lib +00057 LIBRARY mtpdataproviderapi.lib +00058 LIBRARY mtpframework.lib +00059 LIBRARY mtpdataproviderutility.lib +00060 LIBRARY irtranp.lib +00061 LIBRARY fbscli.lib +00062 LIBRARY jpegexifplugin.lib +00063 LIBRARY bitmaptransforms.lib +00064 LIBRARY exifutility.lib +00065 +00066 +00067 SMPSAFE +