00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef CMTPEXAMPLEDPCONST_H_
00017 #define CMTPEXAMPLEDPCONST_H_
00018
00019 #include <e32std.h>
00020
00021 #include <mtp/mtpprotocolconstants.h>
00022
00027 enum MTPExampleDPOpCode
00028 {
00029 EMTPOpVendorDefined1 = 0x9205,
00030 EMTPOpVendorDefined2 = 0x9206,
00031 };
00032
00033 static const TUint16 KMTPExampleDpSupportedOperations[] =
00034 {
00035 EMTPOpVendorDefined1,
00036 EMTPOpVendorDefined2
00037 };
00038
00039
00040 #endif