bluetoothengine/bthid/mouse/hidmousedriver/group/mouse.mmp
changeset 0 f63038272f30
child 39 5a89845f78e2
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../inc/hiduids.h"
       
    21 
       
    22 TARGET        hidmouse.dll
       
    23 TARGETTYPE    PLUGIN
       
    24 UID           ECOM_UID MOUSE_UID
       
    25 
       
    26 CAPABILITY    CAP_APPLICATION
       
    27 VENDORID      VID_DEFAULT
       
    28 
       
    29 
       
    30 USERINCLUDE   ../inc
       
    31 USERINCLUDE   ../../../inc
       
    32 USERINCLUDE   ../../../common/inc
       
    33 USERINCLUDE   ../../Sesame_client/inc
       
    34 
       
    35 SOURCEPATH    ../src
       
    36 SOURCE        mouse.cpp
       
    37 SOURCE        finder.cpp
       
    38 SOURCE        hidmousedriverproxy.cpp
       
    39 
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE  ../../../../../inc
       
    43 
       
    44 SOURCEPATH		../data 
       
    45 START RESOURCE          hidmouse.rss 
       
    46 #ifdef SYMBIAN_SECURE_ECOM
       
    47 TARGET                  hidmouse.rsc
       
    48 #endif
       
    49 END // ECOM resource definition
       
    50 
       
    51 LIBRARY       apgrfx.lib
       
    52 LIBRARY       euser.lib
       
    53 LIBRARY       ecom.lib
       
    54 LIBRARY       ws32.lib 
       
    55 LIBRARY       kbdclient.lib
       
    56 LIBRARY       generichid.lib
       
    57 LIBRARY       apparc.lib 
       
    58 DEBUGLIBRARY       flogger.lib
       
    59