obex/obexextensionapi/group/obexextensionapis.mmp
changeset 54 4dc88a4ac6f4
parent 52 866b4af7ffbe
child 57 f6055a57ae18
equal deleted inserted replaced
52:866b4af7ffbe 54:4dc88a4ac6f4
     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 // obexextension.mmp
       
    15 // ObexExtension DLL
       
    16 // obexextension.dll DLL providing extension APIs for OBEX
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 
       
    25 TARGET			obexextensionapis.dll //Recommended unpaged
       
    26 
       
    27 CAPABILITY 		All -Tcb
       
    28 TARGETTYPE		dll
       
    29 
       
    30 UID				0x1000008d 0x10281917
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			obexserverpacketaccessextension.cpp
       
    34 SOURCE 			obexerrorextension.cpp
       
    35 
       
    36 USERINCLUDE		../../obexprotocol/common
       
    37 USERINCLUDE		../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 LIBRARY			euser.lib 
       
    42 LIBRARY			obex.lib
       
    43 
       
    44 VENDORID 		0x70000001
       
    45 
       
    46 SMPSAFE