bluetoothmgmt/btmgr/BTManServer/BTManServer.mmp
changeset 0 29b1cd4cb562
child 11 20fda83a6398
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 // btmanserver.exe Bluetooth security manager server side
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include "../../btcommon/config.cfg"
       
    23 
       
    24 TARGET	btmanserver.exe //Recommended unpaged
       
    25 CAPABILITY ProtServ NetworkControl LocalServices WriteDeviceData
       
    26 
       
    27 TARGETTYPE	exe
       
    28 UID	0 0x100069cc
       
    29 VENDORID 0x70000001
       
    30 SOURCEPATH	.
       
    31 SOURCE	btmanserverutil.cpp
       
    32 SOURCE	BTRegistryDB.cpp BTManServer.cpp
       
    33 SOURCE  RegistrySubSession.cpp
       
    34 SOURCE  LocalDeviceSubSession.cpp
       
    35 SOURCE  CSYSubSession.cpp
       
    36 SOURCE	BTRegistrySQL.cpp
       
    37 
       
    38 USERINCLUDE . ../Inc ../../btcommon/inc
       
    39 USERINCLUDE ../../bluetoothclientlib/inc
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY	euser.lib bluetooth.lib btmanclient.lib estor.lib edbms.lib efsrv.lib btdevice.lib
       
    43 LIBRARY bafl.lib charconv.lib sysutil.lib
       
    44 
       
    45 LIBRARY esock.lib
       
    46 
       
    47 #include <bluetooth/btlogger.mmh>
       
    48 
       
    49 //MACRO ALLOW_UNREGISTERED_SERVICES
       
    50 
       
    51 SMPSAFE