browserplugin/cpixnpplugin/group/cpixnpplugin.mmp
changeset 0 ccd0fd43f247
child 9 4a2987baf8f7
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     1 /*
       
     2 * Copyright (c) 2010 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:  This is the project specification file for CPixBrowserPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 //#include <domain/osextensions/platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET		  npCPixPlugin.dll
       
    23 TARGETTYPE    PLUGIN
       
    24 UID			  0x10009D8D 0x2001f6f9 // old test UID 0x0F3DD41C
       
    25 
       
    26 EPOCALLOWDLLDATA
       
    27 CAPABILITY    CAP_GENERAL_DLL -DRM
       
    28 VENDORID   VID_DEFAULT
       
    29 
       
    30 DEFFILE         npCPixPlugin.def
       
    31 NOSTRICTDEF
       
    32 
       
    33 SOURCEPATH      ../data
       
    34 START RESOURCE 2001F6F9.rss
       
    35 	TARGET npCPixPlugin.rsc
       
    36 END
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   /epoc32/include/libc
       
    40 SYSTEMINCLUDE   /epoc32/include/ecom
       
    41 SYSTEMINCLUDE   /epoc32/include/CPixSearch
       
    42 //SYSTEMINCLUDE   /epoc32/include/domain/middleware
       
    43 
       
    44 USERINCLUDE ../inc
       
    45 USERINCLUDE ../inc/idl
       
    46 //USERINCLUDE ../../SearchClient/inc
       
    47 USERINCLUDE ../../../cfg
       
    48 
       
    49 SOURCEPATH ../src
       
    50 SOURCE CCPixNPPlugin.cpp 
       
    51 SOURCE CCPixNPPluginEcom.cpp 
       
    52 SOURCE CCPixNPPluginInterface.cpp 
       
    53 SOURCE CObjectInterface.cpp 
       
    54 SOURCE CNPSearchDocument.cpp 
       
    55 SOURCE CCPixNPSearcher.cpp 
       
    56 SOURCE CCPixNPSearcherInterface.cpp 
       
    57 SOURCE CNPDocumentFieldInterface.cpp 
       
    58 SOURCE CNPSearchDocumentInterface.cpp 
       
    59 SOURCE CCPixNPSearcherObserver.cpp
       
    60 SOURCE CNPDocumentField.cpp 
       
    61 SOURCE CPixNPExceptions.cpp 
       
    62 SOURCE NPUtils.cpp 
       
    63 SOURCE msvui.cpp // Message Viewer
       
    64 SOURCE CMobileInfo.cpp // Getting MCC
       
    65 
       
    66 LIBRARY ecom.lib
       
    67 LIBRARY euser.lib
       
    68 
       
    69 LIBRARY charconv.lib			// CnvUtfConverter
       
    70 LIBRARY fbscli.lib 				// CFbsBitmap
       
    71 LIBRARY bitgdi.lib				// CFbsBitGc
       
    72 LIBRARY cone.lib				// CCoeEnv
       
    73 LIBRARY CPixSearchClient.lib	// CPixSearchClient
       
    74 LIBRARY inetprotutil.lib
       
    75 
       
    76 //LIBRARY calenlauncher.lib		// Calendar Item View //@TODO: Not supported in TB10.1
       
    77 
       
    78 LIBRARY eikcore.lib				// Contact Item Viewer
       
    79 //LIBRARY pbkview.lib				// Contact Item Viewer //@TODO: Not supported in TB10.1
       
    80 
       
    81 LIBRARY msgs.lib				// Message Viewer
       
    82 LIBRARY mtur.lib				// Message Viewer
       
    83 
       
    84 LIBRARY mnclientlib.lib			// Maps
       
    85 LIBRARY lbs.lib 				// TCoordinate
       
    86 
       
    87 LIBRARY avkon.lib				// Application exit observation
       
    88 LIBRARY apparc.lib				// Application exit observation
       
    89 
       
    90 LIBRARY etel3rdparty.lib		// Obtaining IMSI code
       
    91 LIBRARY efsrv.lib               //For RFs
       
    92 LIBRARY           flogger.lib 	// Logging
       
    93 LIBRARY apgrfx.lib              //RApaLsSession
       
    94 LIBRARY ws32.lib                //RWsSession
       
    95 
       
    96 #ifdef __S60_50__
       
    97 LIBRARY npscript.lib
       
    98 #else
       
    99 #ifdef WINSCW
       
   100 LIBRARY JavaScriptCore_sdk.lib
       
   101 #else
       
   102 LIBRARY JavaScriptCore.lib
       
   103 #endif
       
   104 #endif