devsoundextensions/ciextnfactoryplugins/ciextnserverplugin/group/ciextnserverplugin.mmp
changeset 0 b8ed18f6c07b
child 2 5c1df44f2eed
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     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:   Project definition file for project custom interface extension
       
    15 *                devsound server plugin.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET              ciextnserverplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10207BEB
       
    26 CAPABILITY          CAP_GENERAL_DLL
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 SOURCE              ciextnserverplugin.cpp
       
    31 SOURCE              ciextnserverpluginwrapper.cpp
       
    32 SOURCE              main.cpp
       
    33 
       
    34 USERINCLUDE         .
       
    35 USERINCLUDE         ../../inc
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE       /epoc32/include/ecom
       
    39 SYSTEMINCLUDE       /epoc32/include/mmf/plugin
       
    40 SYSTEMINCLUDE       /epoc32/include/a3f
       
    41 
       
    42 SOURCEPATH          ../data
       
    43 START RESOURCE 10207BEB.rss
       
    44 TARGET ciextnserverplugin.rsc
       
    45 END
       
    46 
       
    47 LIBRARY             euser.lib
       
    48 LIBRARY             ecom.lib