group/NPR.mmp
changeset 0 0049171ecffb
equal deleted inserted replaced
-1:000000000000 0:0049171ecffb
       
     1 /*
       
     2  ============================================================================
       
     3  Name	: NPR.mmp
       
     4  Author	: John Kern
       
     5  
       
     6  Copyright (c) 2009 Symbian Foundation Ltd
       
     7  This component and the accompanying materials are made available
       
     8  under the terms of the License "Eclipse Public License v1.0"
       
     9  which accompanies this distribution, and is available
       
    10  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 
       
    12  Initial Contributors:
       
    13  - Symbian Foundation Ltd - initial contribution.
       
    14  
       
    15  Contributors:
       
    16  - John Kern
       
    17  - Symsource
       
    18  
       
    19  Description : This is the project specification file for NPR
       
    20  ============================================================================
       
    21  */
       
    22 
       
    23 TARGET			NPR_0xEEB0E481.exe
       
    24 TARGETTYPE		exe
       
    25 UID		  0x100039CE 0xEEB0E481
       
    26 
       
    27 EPOCHEAPSIZE 0x8000 0xFA000
       
    28 
       
    29 SOURCEPATH		..\src
       
    30 SOURCE			NPR.cpp
       
    31 SOURCE			NPRApplication.cpp
       
    32 SOURCE			NPRAppView.cpp
       
    33 SOURCE			NPRAppUi.cpp
       
    34 SOURCE			NPRDocument.cpp
       
    35 SOURCE			HttpClient.cpp
       
    36 SOURCE			NPRStoryXmlParser.cpp
       
    37 SOURCE			NPRStationXmlParser.cpp
       
    38 SOURCE			NPRAppEngine.cpp
       
    39 SOURCE			NPRStory.cpp
       
    40 SOURCE			NPRStation.cpp
       
    41 SOURCE			NPRListBox.cpp
       
    42 SOURCE			NPRListBoxView.cpp
       
    43 SOURCE 			NPRStationListBox.cpp
       
    44 SOURCE			NPRStationListBoxView.cpp
       
    45 SOURCE 			NPRSearchStationListBox.cpp
       
    46 SOURCE 			NPRSearchStationListBoxView.cpp
       
    47 SOURCE 			NPRStoryListBoxView.cpp
       
    48 SOURCE 			NPRStoryListBox.cpp
       
    49 SOURCE			NPRBrowserAknView.cpp
       
    50 SOURCE			NPRBrowserContainer.cpp
       
    51 SOURCE 			NPRHtmlCreator.cpp
       
    52 
       
    53 SOURCEPATH		..\data
       
    54 
       
    55 START RESOURCE	NPR.rss
       
    56 HEADER
       
    57 TARGET NPR_0xEEB0E481
       
    58 TARGETPATH resource\apps
       
    59 END //RESOURCE
       
    60 
       
    61 START RESOURCE	NPR_reg.rss
       
    62 TARGET NPR_0xEEB0E481_reg
       
    63 TARGETPATH 	  \private\10003a3f\apps
       
    64 END //RESOURCE
       
    65 
       
    66 USERINCLUDE	   ..\inc
       
    67 USERINCLUDE    ..\help ..\data
       
    68 SYSTEMINCLUDE	 \epoc32\include
       
    69 
       
    70 LIBRARY		   euser.lib
       
    71 LIBRARY		   apparc.lib
       
    72 LIBRARY		   cone.lib
       
    73 LIBRARY		   eikcore.lib
       
    74 LIBRARY		   avkon.lib
       
    75 LIBRARY		   commonengine.lib
       
    76 LIBRARY		   efsrv.lib 
       
    77 LIBRARY		   estor.lib
       
    78 LIBRARY        aknnotify.lib
       
    79 LIBRARY		   eikctl.lib 
       
    80 LIBRARY		   eikcoctl.lib 
       
    81 LIBRARY  	   apgrfx.lib
       
    82 LIBRARY  	   apmime.lib
       
    83 LIBRARY  	   commonui.lib
       
    84 LIBRARY  	   aknicon.lib
       
    85 LIBRARY  	   egul.lib
       
    86 LIBRARY        hlplch.lib
       
    87 LIBRARY        inetprotutil.lib
       
    88 LIBRARY        http.lib
       
    89 LIBRARY        bafl.lib
       
    90 LIBRARY        esock.lib
       
    91 LIBRARY        xmlframework.lib
       
    92 LIBRARY        etext.lib
       
    93 LIBRARY		   BrowserEngine.lib
       
    94 
       
    95 LANG SC
       
    96 
       
    97 VENDORID	  	  0
       
    98 SECUREID		  0xEEB0E481
       
    99 CAPABILITY	  	  NetworkServices ReadUserData WriteDeviceData SwEvent
       
   100 
       
   101 #ifdef ENABLE_ABIV2_MODE
       
   102 DEBUGGABLE_UDEBONLY
       
   103 #endif
       
   104 
       
   105 START BITMAP	list_icons.mbm
       
   106 HEADER
       
   107 TARGETPATH		\resource\apps
       
   108 SOURCEPATH		..\gfx
       
   109 SOURCE	c24,1	npr_symbian_generic.bmp 
       
   110 SOURCE	c24,1	npr_symbian_generic_mask.bmp 
       
   111 END
       
   112 
       
   113 // End of File