bluetoothengine/bthid/manager/group/kbdclient.mmp
changeset 0 f63038272f30
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	      kbdclient.dll
       
    23 TARGETTYPE    dll
       
    24 UID           0x1000008d KBDCLIENT_UID
       
    25 CAPABILITY    CAP_CLIENT_DLL 
       
    26 VENDORID      VID_DEFAULT
       
    27 
       
    28 
       
    29 USERINCLUDE   ../inc
       
    30 USERINCLUDE   ../../inc
       
    31 USERINCLUDE   ../../layouts/inc
       
    32 USERINCLUDE   ../../common/inc
       
    33 
       
    34 SOURCEPATH    ../src
       
    35 SOURCE	      ../../common/src/genericclient.cpp client.cpp
       
    36 
       
    37 
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY       euser.lib 
       
    42 LIBRARY       ecom.lib
       
    43 DEBUGLIBRARY  flogger.lib
       
    44 
       
    45