mediakeys/MMKeyBearer/group/MMKeyBearer.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-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 <remcon/remconservercaps.mmh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET			MMKeyBearer.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 // UID2 = 0x10009d8d for ECOM plugins.
       
    32 // UID3 = the 'DLL UID' (see resource file)
       
    33 UID 			0x10009d8d 0x10207235
       
    34 VENDORID		VID_DEFAULT
       
    35 
       
    36 SOURCEPATH		../src
       
    37 SOURCE			MMKeyBearermain.cpp
       
    38 SOURCE			MMKeyBearerImplementation.cpp
       
    39 SOURCE			MMKeyBearerObserver.cpp
       
    40 
       
    41 SOURCEPATH      .
       
    42 
       
    43 START RESOURCE 10207235.rss
       
    44 target MMKeyBearer.rsc
       
    45 END
       
    46 
       
    47 
       
    48 USERINCLUDE     . ../inc
       
    49 USERINCLUDE     ../../../inc
       
    50 USERINCLUDE     ../../inc
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY 		euser.lib 
       
    55 LIBRARY			ECom.lib
       
    56 LIBRARY 		c32.lib 
       
    57 LIBRARY 		remconbearerplugin.lib 
       
    58 LIBRARY 		remcontypes.lib
       
    59 LIBRARY 		flogger.lib
       
    60 LIBRARY         avkon.lib
       
    61 LIBRARY         akncapserverclient.lib
       
    62 LIBRARY         apparc.lib
       
    63 LIBRARY         eikcore.lib
       
    64 
       
    65 #include <comms-infras/commsdebugutility.mmh>
       
    66 #include "../../group/mediakeys.mmh"
       
    67 
       
    68 // End of file