mediakeys/MMKeyBearer/group/MMKeyBearer.mmp
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 #include <remcon/remconservercaps.mmh>
    19 #include <remcon/remconservercaps.mmh>
    20 #include <data_caging_paths.hrh>
    20 #include <data_caging_paths.hrh>
    21 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    22 
    22 
    23 
    23 
    24 TARGET			mmkeybearer.dll
    24 TARGET			MMKeyBearer.dll
    25 
    25 
    26 // CAPABILITY      CAP_ECOM_PLUGIN 
    26 // CAPABILITY      CAP_ECOM_PLUGIN 
    27 // capabilities are required as that of remconbearerplugin.dll
    27 // capabilities are required as that of remconbearerplugin.dll
    28 // getting it from #include <remcon/remconservercaps.mmh>
    28 // getting it from #include <remcon/remconservercaps.mmh>
    29 
    29 
    39 SOURCE			MMKeyBearerObserver.cpp
    39 SOURCE			MMKeyBearerObserver.cpp
    40 
    40 
    41 SOURCEPATH      .
    41 SOURCEPATH      .
    42 
    42 
    43 START RESOURCE 10207235.rss
    43 START RESOURCE 10207235.rss
    44 target mmkeybearer.rsc
    44 target MMKeyBearer.rsc
    45 END
    45 END
    46 
    46 
    47 
    47 
    48 USERINCLUDE     . ../inc
    48 USERINCLUDE     . ../inc
    49 USERINCLUDE     ../../../inc
    49 USERINCLUDE     ../../../inc
    50 USERINCLUDE     ../../inc
    50 USERINCLUDE     ../../inc
    51 
    51 
    52 MW_LAYER_SYSTEMINCLUDE
    52 MW_LAYER_SYSTEMINCLUDE
    53 
    53 
    54 LIBRARY 		euser.lib 
    54 LIBRARY 		euser.lib 
    55 LIBRARY			ecom.lib
    55 LIBRARY			ECom.lib
    56 LIBRARY 		c32.lib 
    56 LIBRARY 		c32.lib 
    57 LIBRARY 		remconbearerplugin.lib 
    57 LIBRARY 		remconbearerplugin.lib 
    58 LIBRARY 		remcontypes.lib
    58 LIBRARY 		remcontypes.lib
    59 LIBRARY 		flogger.lib
    59 LIBRARY 		flogger.lib
       
    60 LIBRARY         avkon.lib
       
    61 LIBRARY         akncapserverclient.lib
    60 LIBRARY         apparc.lib
    62 LIBRARY         apparc.lib
    61 LIBRARY         eikcore.lib
    63 LIBRARY         eikcore.lib
    62 LIBRARY         lockclient.lib
       
    63 
    64 
    64 #include <comms-infras/commsdebugutility.mmh>
    65 #include <comms-infras/commsdebugutility.mmh>
    65 #include "../../group/mediakeys.mmh"
    66 #include "../../group/mediakeys.mmh"
    66 
    67 
    67 // End of file
    68 // End of file