browserui/browser/Group/BrowserNG.mmp
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 the License "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 *     Build mmp file
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform/mw/browser_platform_variant.hrh>
       
    22 
       
    23 TARGET      BrowserNG.exe
       
    24 UID  0x100039CE 0x10008D39
       
    25 
       
    26 // -----------
       
    27 #include "BrowserCommon.mmpi"
       
    28 
       
    29 SOURCE  ../BrowserAppSrc/BrowserWindowSelectionContainer.cpp
       
    30 SOURCE  ../BrowserAppSrc/BrowserWindowSelectionView.cpp
       
    31 SOURCE  ../BrowserAppSrc/BrowserInitialContainer.cpp
       
    32 SOURCE  ../BrowserAppSrc/BrowserInitialView.cpp
       
    33 #ifdef __RSS_FEEDS
       
    34 	// Utils from FeedsServer
       
    35 	SOURCE	../FeedsSrc/FeedsWaitDialog.cpp
       
    36 	SOURCE	../FeedsSrc/FeedsClientUtilities.cpp
       
    37 	SOURCE	../FeedsSrc/FeedsFeedContainer.cpp
       
    38 	SOURCE	../FeedsSrc/FeedsFeedView.cpp
       
    39 	SOURCE	../FeedsSrc/FeedsFolderContainer.cpp
       
    40 	SOURCE	../FeedsSrc/FeedsFolderView.cpp
       
    41 	SOURCE	../FeedsSrc/FeedsTopicContainer.cpp
       
    42 	SOURCE	../FeedsSrc/FeedsTopicView.cpp
       
    43 	SOURCE	../FeedsSrc/FeedsEditFolderDialog.cpp
       
    44 	SOURCE	../FeedsSrc/FeedsEditFeedDialog.cpp
       
    45 	SOURCE  ../FeedsSrc/FeedsFileSearchAgent.cpp
       
    46 #endif
       
    47 
       
    48 START RESOURCE ../SrcData/BrowserNG.rss
       
    49 DEPENDS avkon.rsg
       
    50 TARGETPATH APP_RESOURCE_DIR
       
    51 HEADER
       
    52 #ifdef __S60_32__
       
    53 LANG sc 
       
    54 #else
       
    55 LANGUAGE_IDS 
       
    56 #endif
       
    57 END
       
    58 
       
    59 START RESOURCE ../SrcData/BrowserNG_reg.rss
       
    60 DEPENDS browserng.rsg
       
    61 DEPENDS avkon.rsg
       
    62 // Do not change the UID below.
       
    63 TARGETPATH /private/10003a3f/apps
       
    64 END
       
    65 
       
    66 #ifdef __RSS_FEEDS
       
    67     LIBRARY FeedsServerApi.lib
       
    68 #endif  // __RSS_FEEDS
       
    69 
       
    70 LIBRARY cmmanager.lib
       
    71 LIBRARY browserengine.lib
       
    72 LIBRARY       edbms.lib
       
    73 LIBRARY       hal.lib 
       
    74 
       
    75 
       
    76 #ifdef BRDO_APP_GALLERY_SUPPORTED_FF
       
    77 LIBRARY   MGXMediaFileAPI.lib
       
    78 #endif
       
    79 
       
    80 LIBRARY   oommonitor.lib
       
    81 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
       
    82 LIBRARY	 aknlistloadertfx.lib
       
    83 #endif //RD_UI_TRANSITION_EFFECTS_LIST
       
    84 LIBRARY aknpictograph.lib
       
    85 #ifdef RD_TACTILE_FEEDBACK
       
    86 LIBRARY         touchfeedback.lib
       
    87 #endif // RD_TACTILE_FEEDBACK
       
    88 LIBRARY         AknLayout2Scalable.lib
       
    89 #ifdef BRDO_IAD_UPDATE_ENABLED_FF
       
    90 LIBRARY     iaupdateapi.lib
       
    91 #endif