uifw/AvKon/akncompamode/group/akncompamode.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2007-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 compamode
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  akncompamode.dll
       
    23 TARGETTYPE              plugin
       
    24 UID                     0x10009D8D 0x2000F863
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../data
       
    30 
       
    31 START RESOURCE          akncomparesources.rss
       
    32 TARGETPATH              RESOURCE_FILES_DIR
       
    33 HEADER
       
    34 LANGUAGE_IDS
       
    35 END
       
    36 
       
    37 START RESOURCE          akncompamode.rss
       
    38 DEPENDS akncomparesources.rsg
       
    39 TARGETPATH              RESOURCE_FILES_DIR
       
    40 HEADER
       
    41 LANG                    SC
       
    42 END
       
    43 
       
    44 START RESOURCE          2000f863.rss
       
    45 TARGETPATH              ECOM_RESOURCE_DIR
       
    46 TARGET                  akncompamode.rsc
       
    47 END
       
    48 
       
    49 SOURCEPATH              ../src
       
    50 SOURCE                  akncompakb.cpp
       
    51 SOURCE                  akncompautils.cpp
       
    52 SOURCE                  akncompaside.cpp
       
    53 SOURCE                  akncompasrvclient.cpp
       
    54 SOURCE                  akncompabutton.cpp
       
    55 SOURCE                  akncompaifimpl.cpp
       
    56 SOURCE                  akncompaclearer.cpp
       
    57 
       
    58 USERINCLUDE             ../inc ../srv/inc ../loc ../../../inc
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         cone.lib
       
    63 LIBRARY         eikcoctl.lib
       
    64 LIBRARY         gdi.lib
       
    65 LIBRARY         ws32.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         aknicon.lib
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         egul.lib
       
    71 LIBRARY         aknskins.lib
       
    72 LIBRARY         cdlengine.lib
       
    73 LIBRARY         touchfeedback.lib
       
    74 LIBRARY         AknLayout2Scalable.lib
       
    75 LIBRARY         ecom.lib
       
    76 LIBRARY         centralrepository.lib
       
    77 LIBRARY         AknLayout2.lib
       
    78