mtptransports/mtpptpiptransport/filterapi/group/ptpipfilterapi.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 // ptpipfilterapi.mmp
       
    17 //
       
    18 //
       
    19 
       
    20 // using relative paths for sourcepath and user includes
       
    21 // exports are unfrozen
       
    22 
       
    23 TARGET        ptpipfilterapi.dll
       
    24 TARGETTYPE    dll
       
    25 UID           0x1000008d 0xA0004A5C
       
    26 CAPABILITY     All -Tcb
       
    27 
       
    28 SOURCEPATH    ../src
       
    29 SOURCE        cptpiphostfilterinterface.cpp
       
    30 
       
    31 
       
    32 USERINCLUDE   ../interface
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 LIBRARY       euser.lib ecom.lib esock.lib
       
    37 
       
    38 SMPSAFE