localconnectivityservice/headset/group/hidheadset.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  Project definition file for project hidheadset
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/headsetuids.h"
       
    21 
       
    22 TARGET        hidheadset.dll
       
    23 TARGETTYPE    PLUGIN
       
    24 UID           ECOM_UID HEADSET_UID
       
    25 
       
    26 CAPABILITY    CAP_APPLICATION CommDD ProtServ
       
    27 VENDORID      VID_DEFAULT
       
    28 
       
    29 SOURCEPATH    ../src
       
    30 SOURCE        headset.cpp
       
    31 SOURCE        finder.cpp
       
    32 SOURCE        hidheadsetdriverproxy.cpp
       
    33 SOURCE        keypresstimer.cpp
       
    34 
       
    35 START RESOURCE          ../data/hidheadset.rss
       
    36     TARGET                  hidheadset.rsc  
       
    37 END // ECOM resource definition
       
    38 
       
    39 #ifdef NO101APPDEPFIXES
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 #else   //NO101APPDEPFIXES
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 #endif  //NO101APPDEPFIXES
       
    44 
       
    45 USERINCLUDE   ../inc ../hidremconbearer/inc
       
    46 USERINCLUDE   ../../../inc
       
    47 
       
    48 LIBRARY       euser.lib
       
    49 LIBRARY       ecom.lib
       
    50 LIBRARY       generichid.lib
       
    51 LIBRARY       etel3rdparty.lib
       
    52 LIBRARY       alarmclient.lib
       
    53 LIBRARY       mpxplaybackutility.lib
       
    54 LIBRARY       mpxcommon.lib
       
    55 
       
    56