audiostubs/devsoundextensions_stubs/cistubplugin/group/cistubplugin.mmp
changeset 46 e1758cbb96ac
parent 40 b7e5ed8c1342
equal deleted inserted replaced
43:e71858845f73 46:e1758cbb96ac
       
     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: CI Stub plugin mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET		  	cistubplugin.dll
       
    22 TARGETTYPE	  	PLUGIN
       
    23 UID			 	0x10009D8D 0x10207C70
       
    24 CAPABILITY 		ALL -TCB
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 
       
    28 USERINCLUDE		../inc
       
    29 USERINCLUDE		../../inc
       
    30 OS_LAYER_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE	/epoc32/include/ecom
       
    32 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    33 SYSTEMINCLUDE	/epoc32/include/mmf/common 
       
    34 
       
    35 LIBRARY			euser.lib
       
    36 LIBRARY			ecom.lib
       
    37 LIBRARY			efsrv.lib
       
    38 LIBRARY			RestrictedAudioOutputCI.lib
       
    39 LIBRARY			AudioOutputCI.lib
       
    40 LIBRARY			AudioInputCI.lib
       
    41 
       
    42 SOURCEPATH	  	../src
       
    43 
       
    44 SOURCE		  	cistubplugin.cpp
       
    45 SOURCE 			cistubpluginMain.cpp
       
    46 
       
    47 SOURCEPATH	  	../data
       
    48 START RESOURCE 	cistubplugin.rss
       
    49 TARGET 			cistubplugin.rsc
       
    50 END
       
    51