bluetooth/btsdp/server/sdpserver.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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 //
       
    15 
       
    16 #include "../../../bluetoothmgmt/btcommon/config.cfg"
       
    17 
       
    18 // Build the SDP server for EPOC.  This includes the SDP database and
       
    19 // agent functionality
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose sdpserver.exe Manages the Bluetooth SDP database, allowing local
       
    25 Bluetooth apps to advertise their services and remote Bluetooth devices to
       
    26 query which services are running on the local device.
       
    27 */
       
    28 
       
    29 TARGET sdpserver.exe //Recommended unpaged
       
    30 CAPABILITY ProtServ LocalServices
       
    31 
       
    32 TARGETTYPE	exe
       
    33 
       
    34 UID	0 0x10009220
       
    35 VENDORID 0x70000001
       
    36 SOURCEPATH 	.
       
    37 SOURCE 		epocsvr.cpp
       
    38 SOURCEPATH	protocol
       
    39 SOURCE  	listener.cpp
       
    40 SOURCE  	reqhandler.cpp
       
    41 SOURCE		pduhandler.cpp
       
    42 USERINCLUDE . ../../../bluetoothmgmt/btcommon/inc ../inc protocol
       
    43 USERINCLUDE ../database
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 LIBRARY euser.lib bluetooth.lib sdpdatabase.lib esock.lib eirclient.lib
       
    46 
       
    47 #include <bluetooth/btlogger.mmh>
       
    48 
       
    49 SMPSAFE