bluetooth/btsdp/database/sdpdatabase.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 /**
       
     2 @file
       
     3 
       
     4 @SYMPurpose sdpdatabase.dll Provides interface to allow manipulation of SDP elements, and to store records in the local database.
       
     5 */
       
     6 
       
     7 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     8 // All rights reserved.
       
     9 // This component and the accompanying materials are made available
       
    10 // under the terms of "Eclipse Public License v1.0"
       
    11 // which accompanies this distribution, and is available
       
    12 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 //
       
    14 // Initial Contributors:
       
    15 // Nokia Corporation - initial contribution.
       
    16 //
       
    17 // Contributors:
       
    18 //
       
    19 // Description:
       
    20 //
       
    21 
       
    22 #include "../../../bluetoothmgmt/btcommon/config.cfg"
       
    23 
       
    24 TARGET	sdpdatabase.dll //Recommended unpaged
       
    25 
       
    26 TARGETTYPE	dll
       
    27 
       
    28 SOURCEPATH	.
       
    29 
       
    30 SOURCE SDPAttrValue.cpp
       
    31 SOURCE SDPAttribute.cpp
       
    32 SOURCE SDPDatabase.cpp
       
    33 SOURCE SDPServiceRecord.cpp
       
    34 SOURCE dataparser.cpp
       
    35 SOURCE MSdpElementBuilder.cpp
       
    36 SOURCE DataEncoder.cpp
       
    37 SOURCE ServiceSearchVisitor.cpp
       
    38 SOURCE responsesizevisitor.cpp
       
    39 SOURCE EncoderVisitor.cpp
       
    40 SOURCE BuilderVisitor.cpp
       
    41 SOURCE ExtractorVisitor.cpp
       
    42 SOURCE sdputil.cpp
       
    43 SOURCE rsdpdatabase.cpp
       
    44 SOURCE SdpAttributeValueVisitor.cpp
       
    45 SOURCE AttribRange.cpp
       
    46 SOURCE SdpIntBuf.cpp
       
    47 
       
    48 USERINCLUDE	 . ../inc ../../../bluetoothmgmt/btcommon/inc 
       
    49 
       
    50 USERINCLUDE ../../../bluetoothmgmt/bluetoothclientlib/inc
       
    51 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 
       
    53 LIBRARY	euser.lib esock.lib bluetooth.lib
       
    54 LIBRARY charconv.lib
       
    55 
       
    56 #ifdef WINSCW
       
    57 DEFFILE		SDPDATABASE.DEF
       
    58 #else
       
    59 DEFFILE		sdpdatabase.DEF
       
    60 #endif
       
    61 
       
    62 #include <bluetooth/btlogger.mmh>
       
    63 
       
    64 CAPABILITY All -Tcb
       
    65 
       
    66 UID	0 0x10009220
       
    67 VENDORID 0x70000001
       
    68 
       
    69 SMPSAFE