bluetoothmgmt/btmgr/BTManServer/BTManServer.mmp
author Christophe Porcel <christophe.porcel@broadcom.com>
Wed, 28 Jul 2010 17:24:32 +0100
branchbroadcom_h4
changeset 37 f53839ff73b7
parent 0 29b1cd4cb562
child 13 20fda83a6398
permissions -rw-r--r--
Broadcom H4 contribution

// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// btmanserver.exe Bluetooth security manager server side
// 
//

/**
 @file
*/

#include "../../btcommon/config.cfg"

TARGET	btmanserver.exe //Recommended unpaged
CAPABILITY ProtServ NetworkControl LocalServices WriteDeviceData

TARGETTYPE	exe
UID	0 0x100069cc
VENDORID 0x70000001
SOURCEPATH	.
SOURCE	btmanserverutil.cpp
SOURCE	BTRegistryDB.cpp BTManServer.cpp
SOURCE  RegistrySubSession.cpp
SOURCE  LocalDeviceSubSession.cpp
SOURCE  CSYSubSession.cpp
SOURCE	BTRegistrySQL.cpp

USERINCLUDE . ../Inc ../../btcommon/inc
USERINCLUDE ../../bluetoothclientlib/inc
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY	euser.lib bluetooth.lib btmanclient.lib estor.lib edbms.lib efsrv.lib btdevice.lib
LIBRARY bafl.lib charconv.lib sysutil.lib

LIBRARY esock.lib

#include <bluetooth/btlogger.mmh>

//MACRO ALLOW_UNREGISTERED_SERVICES

SMPSAFE