localconnectivityservice/headset/hidremconbearer/group/hidremconbearer.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
       
     1 /*
       
     2 * Copyright (c) 2007-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 hidremconbearer
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <remcon/remconservercaps.mmh>
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../inc/headsetuids.h"
       
    22 
       
    23 
       
    24 TARGET			hidremconbearer.dll
       
    25 
       
    26 // CAPABILITY      CAP_ECOM_PLUGIN 
       
    27 // capabilities are required as that of remconbearerplugin.dll
       
    28 // getting it from #include <remcon/remconservercaps.mmh>
       
    29 
       
    30 TARGETTYPE		PLUGIN
       
    31 UID 			0x10009d8d HIDREMCON_UID
       
    32 VENDORID		VID_DEFAULT
       
    33 
       
    34 SOURCEPATH		../src
       
    35 SOURCE			hidremconbearermain.cpp
       
    36 SOURCE			hidremconbearerimplementation.cpp
       
    37 SOURCE			hidremconbearerobserver.cpp
       
    38 
       
    39 
       
    40 START RESOURCE ../data/hidremconbearer.rss
       
    41 TARGET hidremconbearer.rsc
       
    42 END // ECOM resource definition
       
    43 
       
    44 
       
    45 USERINCLUDE 	. ../inc ../../inc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY 		euser.lib 
       
    50 LIBRARY			ecom.lib
       
    51 LIBRARY 		remconbearerplugin.lib 
       
    52 LIBRARY 		remcontypes.lib
       
    53