searchui/searchapp/srchaiwprovider/group/srchaiwprovider.mmp
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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 of srchaiwprovider 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 // INCLUDE FILES
       
    25 #include <data_caging_paths.hrh>
       
    26 #include <platform_paths.hrh>
       
    27 #include "../inc/srchaiwproviderdefines.hrh"
       
    28 
       
    29 
       
    30 // Target and type
       
    31 TARGET			srchaiwprovider.dll
       
    32 TARGETTYPE      PLUGIN
       
    33 
       
    34 // ECom Dll recognition UID followed by the unique UID for this dll
       
    35 UID 			0x10009D8D KAiwSearchProviderDllUid
       
    36 
       
    37 // Capabilities for this application/DLL
       
    38 CAPABILITY 		CAP_ECOM_PLUGIN
       
    39 
       
    40 // Manufacturer or platform specific VID.
       
    41 VENDORID		VID_DEFAULT
       
    42 
       
    43 
       
    44 SOURCEPATH		../src
       
    45 SOURCE			srchaiwprovider.cpp
       
    46 SOURCE			proxy.cpp
       
    47 SOURCE      searchservicelauncher.cpp
       
    48 
       
    49 SOURCEPATH		../data
       
    50 START RESOURCE	srchaiwprovider.rss
       
    51 TARGET			    srchaiwprovider.rsc
       
    52 END
       
    53 
       
    54 START RESOURCE ../data/srchaiwprovidermenu.rss
       
    55 HEADER
       
    56 TARGET   srchaiwprovidermenu.rsg
       
    57 LANGUAGE_IDS
       
    58 END 
       
    59 
       
    60 // USER AND SYSTEM INCLUDES
       
    61 USERINCLUDE		../inc
       
    62 
       
    63 SYSTEMINCLUDE   /epoc32/include/ecom
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 // LIBRARIES
       
    67 LIBRARY			euser.lib
       
    68 LIBRARY			ecom.lib
       
    69 LIBRARY         servicehandler.lib
       
    70 LIBRARY         avkon.lib
       
    71 LIBRARY         apparc.lib
       
    72 LIBRARY         apgrfx.lib
       
    73 
       
    74 //EXPORTUNFROZEN
       
    75 
       
    76 // End of file