mtptransports/mtpptpiptransport/ptpipdatatypes/group/ptpipdatatypes.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2007-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 // ptpipdatatypes.dll which has all the ptppip datatypes derived from the generic MTPTypes
       
    15 // TODO: See about the capapbility and uid
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 #include <comms-infras/commsdebugutility.mmh>
       
    24 
       
    25 
       
    26 TARGETTYPE		DLL
       
    27 TARGET			ptpipdatatypes.dll
       
    28 
       
    29 UID				0x10009D8D 0xA0004A58
       
    30 VENDORID		0x70000001
       
    31 
       
    32 CAPABILITY		All -Tcb
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 USERINCLUDE		../inc/ 
       
    35 
       
    36 SOURCEPATH		../src/
       
    37 SOURCE			cptpipgenericcontainer.cpp
       
    38 SOURCE			cptpipdatacontainer.cpp
       
    39 SOURCE			tptpipstartdatapayload.cpp
       
    40 SOURCE			tptpiprequestpayload.cpp
       
    41 SOURCE			tptpipresponsepayload.cpp
       
    42 SOURCE			cptpipinitcmdreq.cpp
       
    43 SOURCE			cptpipinitcmdack.cpp
       
    44 SOURCE			tptpipinitevtreq.cpp
       
    45 SOURCE			tptpipinitevtack.cpp
       
    46 SOURCE			tptpipinitfailed.cpp
       
    47 
       
    48 LIBRARY			euser.lib
       
    49 LIBRARY			mtpdatatypes.lib 
       
    50 
       
    51 SMPSAFE