phoneclientserver/CallUI/Group/CaUiPlugin.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     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 SOURCEPATH      ../src/cauiplugin 
       
    30 SOURCE          cauiplugin.cpp 
       
    31 SOURCE          cauimain.cpp 
       
    32 
       
    33 
       
    34 SOURCEPATH      ../data 
       
    35 
       
    36 START RESOURCE  101f868e.rss 
       
    37 TARGET          cauiplugin.rsc
       
    38 END
       
    39 
       
    40 
       
    41 USERINCLUDE     ../inc 
       
    42 USERINCLUDE     ../inc/cauiplugin 
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE 
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 SYSTEMINCLUDE   ../../../inc
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         servicehandler.lib
       
    50 LIBRARY         flogger.lib
       
    51 LIBRARY         commonengine.lib
       
    52 
       
    53 LANGUAGE_IDS
       
    54 
       
    55 // End of file