cbs/cbsui/Group/cbsuiApp.mmp
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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: 
       
    15 *       This is project specification file for the cbsuiapp.app
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET      cbsuiApp.exe
       
    24 EPOCSTACKSIZE   0x5000
       
    25 TARGETTYPE  exe
       
    26 
       
    27 UID         0x100039CE 0x101F4CD3
       
    28 
       
    29 VENDORID    VID_DEFAULT
       
    30 CAPABILITY  CAP_APPLICATION NetworkControl
       
    31 
       
    32 
       
    33 SOURCEPATH      ../UiSrc
       
    34 
       
    35 SOURCE      CCbsUiappAppUi.cpp
       
    36 SOURCE      CCbsUiappApplication.cpp
       
    37 SOURCE      CCbsUiappDocument.cpp
       
    38 SOURCE      CCbsUiTopicListView.cpp
       
    39 SOURCE      CCbsUiTopicListViewContainer.cpp
       
    40 SOURCE      CCbsUiTopicView.cpp
       
    41 SOURCE      CCbsUiTopicViewContainer.cpp
       
    42 SOURCE      ccbsuisettingsviewcontainer.cpp
       
    43 SOURCE      CCbsUiMsgView.cpp
       
    44 SOURCE      CCbsUiMsgViewContainer.cpp
       
    45 SOURCE      CCbsUiAddFromIndexDialog.cpp
       
    46 SOURCE      CCbsUiSettingsMonitor.cpp
       
    47 SOURCE      CCbsUiTopicListMonitor.cpp
       
    48 SOURCE      CCbsUiSettingsView.cpp
       
    49 SOURCE      CCbsUiListQueryDialog.cpp
       
    50 SOURCE      CCbsUiLanguageSettingPage.cpp
       
    51 SOURCE      CCbsUiEditTopicDlg.cpp
       
    52 SOURCE      CbsUiUtility.cpp
       
    53 SOURCE      CbsUiPanic.cpp
       
    54 SOURCE      ccbsuiviewfactory.cpp
       
    55 SOURCE      RCbsUi.cpp
       
    56 
       
    57 
       
    58 START RESOURCE ../Group/cbsuiApp.rss
       
    59 TARGETPATH APP_RESOURCE_DIR
       
    60 HEADER
       
    61 LANGUAGE_IDS
       
    62 END  // RESOURCE
       
    63 
       
    64 START RESOURCE ../Group/CbsUiApp_reg.rss
       
    65 DEPENDS cbsuiapp.rsg
       
    66 TARGETPATH /private/10003a3f/apps
       
    67 END  // RESOURCE
       
    68 
       
    69 USERINCLUDE . ../UiInc  ../AIF
       
    70 SYSTEMINCLUDE ../../../inc
       
    71 USERINCLUDE   ../loc
       
    72 
       
    73 // app layer used due to xSymbian header relocation
       
    74 APP_LAYER_SYSTEMINCLUDE
       
    75 
       
    76 LIBRARY     bafl.lib
       
    77 LIBRARY     euser.lib 
       
    78 LIBRARY     apparc.lib 
       
    79 LIBRARY     cone.lib 
       
    80 LIBRARY     eikcore.lib 
       
    81 LIBRARY     eikcoctl.lib 
       
    82 LIBRARY     eikctl.lib 
       
    83 LIBRARY     avkon.lib
       
    84 LIBRARY     cbsclient.lib
       
    85 LIBRARY     eikdlg.lib
       
    86 LIBRARY     etext.lib
       
    87 LIBRARY     commonui.lib
       
    88 LIBRARY     commonengine.lib
       
    89 LIBRARY     EGUL.LIB
       
    90 LIBRARY     FORM.LIB
       
    91 LIBRARY     hlplch.lib      // Help application
       
    92 LIBRARY     FeatMgr.lib
       
    93 LIBRARY     aknnotify.lib   // Soft notifications
       
    94 LIBRARY     sysutil.lib     // FFS critical level check
       
    95 LIBRARY     AknSkins.lib    // Skins support
       
    96 library     efsrv.lib       // TParse
       
    97 LIBRARY     centralrepository.lib
       
    98 LIBRARY     cdlengine.lib
       
    99 LIBRARY     AknLayout2Scalable.lib
       
   100 LIBRARY     gdi.lib
       
   101 
       
   102 
       
   103 
       
   104 // End of File