bluetoothengine/bthid/keyboard/group/keyboard.mmp
author Sebastian Brannstrom <sebastianb@symbian.org>
Tue, 15 Jun 2010 12:47:37 +0100
branchGCC_SURGE
changeset 46 5ab02bc213db
parent 40 997690c3397a
child 57 5ebadcda06cb
permissions -rw-r--r--
Bug 2946 - GCC compilation issues in BTSapSniffHandler.cpp. Note that the other reported errors are missing files, not GCC errors

/*
* Copyright (c) 2006 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:  BTHid keyboard driver
*
*/

#include <platform_paths.hrh>
#include "../../inc/hiduids.h"

TARGET        hidkeyboard.dll
TARGETTYPE    PLUGIN
UID           ECOM_UID KEYBOARD_UID

CAPABILITY    CAP_APPLICATION CommDD ProtServ
VENDORID      VID_DEFAULT

USERINCLUDE   ../inc
USERINCLUDE   ../../inc
USERINCLUDE   ../../common/inc
USERINCLUDE   ../../manager/inc
USERINCLUDE   ../../mouse/Sesame_client/inc
USERINCLUDE   ../../bthidkbdsettings/inc

SOURCEPATH    ../src
SOURCE        keyboard.cpp
SOURCE        finder.cpp
SOURCE        hidkeyboarddriverproxy.cpp

SOURCEPATH    ../../common/src
SOURCE        timeouttimer.cpp
SOURCE        layoututils.cpp


MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE ../../../../inc

SOURCEPATH		../data 
START RESOURCE          hidkeyboard.rss 
#ifdef SYMBIAN_SECURE_ECOM
TARGET                  hidkeyboard.rsc
#endif
END // ECOM resource definition

LIBRARY       kbdclient.lib
LIBRARY       euser.lib
LIBRARY       ecom.lib
LIBRARY       ws32.lib 
LIBRARY       generichid.lib
LIBRARY       apgrfx.lib
LIBRARY       apparc.lib 
LIBRARY       bthidsettings.lib
DEBUGLIBRARY       flogger.lib