mtpfws/mtpfw/datatypes/group/mtpdatatypes.mmp
changeset 0 d0791faffa3f
child 4 60a94a45d437
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // mtpdatatypes.dll Media Transfer Protocol Framework Data Types Library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET          mtpdatatypes.dll
       
    23 TARGETtype      DLL
       
    24 UID         	0x1000008D 0x102827A7
       
    25 VENDORID        0x70000001
       
    26 
       
    27 CAPABILITY      All -Tcb
       
    28 
       
    29 #if defined(WINS)
       
    30 #if defined(SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API)
       
    31 deffile mtpdatatypes
       
    32 #else
       
    33 deffile mtpdatatypes_f32
       
    34 #endif
       
    35 #endif
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          cmtptypearray.cpp
       
    43 SOURCE          cmtptypecompoundbase.cpp
       
    44 SOURCE          cmtptypedevicepropdesc.cpp
       
    45 SOURCE          cmtptypefile.cpp
       
    46 SOURCE          cmtptypeinterdependentpropdesc.cpp
       
    47 SOURCE          cmtptypeobjectinfo.cpp
       
    48 SOURCE          cmtptypeobjectpropdesc.cpp
       
    49 SOURCE          cmtptypeobjectproplist.cpp
       
    50 SOURCE          cmtptypestorageinfo.cpp
       
    51 SOURCE          cmtptypestring.cpp
       
    52 SOURCE          mmtptype.cpp
       
    53 SOURCE          rmtptype.cpp
       
    54 SOURCE          tmtptypeevent.cpp
       
    55 SOURCE          tmtptypeflatbase.cpp
       
    56 SOURCE          tmtptypeint8.cpp
       
    57 SOURCE          tmtptypeint16.cpp
       
    58 SOURCE          tmtptypeint32.cpp
       
    59 SOURCE          tmtptypeint64.cpp
       
    60 SOURCE          tmtptypeint128.cpp
       
    61 SOURCE          tmtptypeintbase.cpp
       
    62 SOURCE          tmtptypenull.cpp
       
    63 SOURCE          tmtptyperequest.cpp
       
    64 SOURCE          tmtptyperesponse.cpp
       
    65 SOURCE          tmtptypeuint8.cpp
       
    66 SOURCE          tmtptypeuint16.cpp
       
    67 SOURCE          tmtptypeuint32.cpp
       
    68 SOURCE          tmtptypeuint64.cpp
       
    69 SOURCE          tmtptypeuint128.cpp
       
    70 SOURCE          tmtptypeuintbase.cpp
       
    71 SOURCE          cmtptypecomplexbuffer.cpp
       
    72 SOURCE			cmtptypeserviceinfo.cpp 
       
    73 SOURCE			cmtptypeserviceprop.cpp 
       
    74 SOURCE			cmtptypeserviceformat.cpp 
       
    75 SOURCE			cmtptypeservicemethod.cpp 
       
    76 SOURCE			cmtptypeserviceevent.cpp
       
    77 SOURCE			cmtptypeservicecapabilitylist.cpp
       
    78 SOURCE			tmtptypedatapair.cpp
       
    79 SOURCE			cmtptypeserviceobjpropextnform.cpp
       
    80 SOURCE			cmtptypeservicemethodparamextnform.cpp
       
    81 SOURCE			cmtptypeservicepropdesclist.cpp 
       
    82 SOURCE			cmtptypelist.cpp 
       
    83 SOURCE          cmtptypedeleteobjectproplist.cpp 
       
    84 SOURCE          cmtptypedeleteserviceproplist.cpp
       
    85 SOURCE			tmtptypeguid.cpp
       
    86 SOURCE			cmtptypeserviceproplist.cpp
       
    87 SOURCE          cmtptypeopaquedata.cpp
       
    88 SOURCE          cmtptypetrivialdata.cpp
       
    89 
       
    90 LIBRARY         efsrv.lib
       
    91 LIBRARY         euser.lib
       
    92 LIBRARY         charconv.lib
       
    93 
       
    94 
       
    95 SMPSAFE