phoneplugins/telbranding/group/telbranding.mmp
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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:  Project definition file for project branding plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>    
       
    20 #include <platform_paths.hrh>
       
    21 #include "telbrandingconstants.hrh"
       
    22 
       
    23 
       
    24 TARGET		  telbranding.dll
       
    25 TARGETTYPE	  PLUGIN
       
    26 UID			  0x10009d8d KDllUid
       
    27 CAPABILITY    CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH	  ../src
       
    30 SOURCE		  telbranding.cpp
       
    31 SOURCE        telbrandingsettingshandler.cpp
       
    32 SOURCE        telbrandingproxy.cpp
       
    33 SOURCE        telbrandingserverhandler.cpp
       
    34 SOURCE        telbrandingcallindicator.cpp
       
    35 SOURCE        telbrandingimage.cpp 
       
    36 SOURCE        telbrandingbubble.cpp
       
    37 
       
    38 USERINCLUDE	 . ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   /epoc32/include/ecom
       
    41 
       
    42 SOURCEPATH              ../data
       
    43 START RESOURCE          102078FA.rss
       
    44 TARGET                  telbranding.rsc
       
    45 END
       
    46 
       
    47 LIBRARY                 ECom.lib
       
    48 LIBRARY                 serviceprovidersettings.lib
       
    49 LIBRARY	                euser.lib
       
    50 LIBRARY                 bmcustomization.lib
       
    51 LIBRARY                 bsclient.lib
       
    52 LIBRARY                 charconv.lib
       
    53 LIBRARY                 efsrv.lib
       
    54 LIBRARY                 eikcoctl.lib
       
    55 LIBRARY                 cone.lib
       
    56 LIBRARY                 AknSkins.lib
       
    57 LIBRARY                 aknicon.lib
       
    58 LIBRARY                 avkon.lib
       
    59