uifw/AvKon/akncompamode/gs/group/akncompags.mmp
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     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 specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              akncompags.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x20011149
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 USERINCLUDE         ../inc
       
    29 USERINCLUDE         ../../inc ../../loc // from akncompamode
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 SOURCEPATH          ../src
       
    34 SOURCE              akncompagscontainer.cpp
       
    35 SOURCE              akncompags.cpp
       
    36 SOURCE              akncompagsmodel.cpp
       
    37 
       
    38 SOURCEPATH          ../data
       
    39 
       
    40 START RESOURCE      20011149.rss
       
    41 TARGETPATH          ECOM_RESOURCE_DIR
       
    42 TARGET              akncompags.rsc
       
    43 END
       
    44 
       
    45 START RESOURCE      akncompagsrsc.rss
       
    46 HEADER
       
    47 TARGETPATH          RESOURCE_FILES_DIR
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 LIBRARY   euser.lib
       
    52 LIBRARY   ecom.lib
       
    53 LIBRARY   efsrv.lib
       
    54 LIBRARY   avkon.lib
       
    55 LIBRARY   bafl.lib
       
    56 LIBRARY   cone.lib
       
    57 LIBRARY   eikcoctl.lib
       
    58 LIBRARY   eikcore.lib
       
    59 LIBRARY   egul.lib
       
    60 LIBRARY   eikdlg.lib            // eikon dialogs
       
    61 LIBRARY   CentralRepository.lib
       
    62 
       
    63 LIBRARY   CommonEngine.lib      // For RConeResourceLoader
       
    64 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    65 LIBRARY   aknskins.lib          // for enhanced skinning
       
    66 LIBRARY   hlplch.lib            // for "Help" options menu
       
    67 LIBRARY   GSFramework.lib       // For base classes
       
    68 LIBRARY   GSListBox.lib         // For CGSListBoxItemTextArray
       
    69 LIBRARY   GSEcomPlugin.lib
       
    70 
       
    71 // End of File