phoneclientserver/callui/group/cauiplugin.mmp
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     1 /*
       
     2 * Copyright (c) 2004 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 specification for CallUI plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 // Capability assignment.
       
    21 CAPABILITY CAP_ECOM_PLUGIN
       
    22 
       
    23 TARGET          cauiplugin.dll
       
    24 
       
    25 TARGETTYPE      PLUGIN
       
    26 
       
    27 UID             0x10009D8D 0x101F868E
       
    28 
       
    29 VERSION         10.0
       
    30 
       
    31 SOURCEPATH      ../src/cauiplugin 
       
    32 SOURCE          cauiplugin.cpp 
       
    33 SOURCE          cauimain.cpp 
       
    34 
       
    35 
       
    36 SOURCEPATH      ../data 
       
    37 
       
    38 START RESOURCE  101f868e.rss 
       
    39 TARGET          cauiplugin.rsc
       
    40 END
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc 
       
    44 USERINCLUDE     ../inc/cauiplugin 
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE 
       
    47 SYSTEMINCLUDE   /epoc32/include/ecom
       
    48 SYSTEMINCLUDE   ../../../inc
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         servicehandler.lib
       
    52 LIBRARY         flogger.lib
       
    53 LIBRARY         commonengine.lib
       
    54 
       
    55 LANGUAGE_IDS
       
    56 
       
    57 // End of file