idlefw/plugins/profileplugin/group/aiprofileplugin.mmp
changeset 0 79c6a41cd166
child 8 d0529222e3f0
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-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 definition file for project ProfilePlugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #include <platform/mw/aiprofilepluginuids.hrh>
       
    22 
       
    23 TARGET          aiprofileplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D  AI_UID_ECOM_DLL_CONTENTPUBLISHER_PROFILEPLUGIN
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          caiprofileplugin.cpp
       
    32 SOURCE          caiprofileengine.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH      ../data
       
    39 START RESOURCE  aiprofileplugin.rss
       
    40 TARGET          aiprofileplugin.rsc
       
    41 END
       
    42 
       
    43 START RESOURCE  aiprofilepluginres.rss
       
    44 HEADER
       
    45 TARGETPATH      RESOURCE_FILES_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         cone.lib
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         aiutils.lib
       
    53 LIBRARY         sssettings.lib
       
    54 LIBRARY         profileeng.lib
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         avkon.lib
       
    57 LIBRARY         eikcore.lib
       
    58 LIBRARY         efsrv.lib
       
    59 LIBRARY         commonengine.lib
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         apgrfx.lib
       
    62 
       
    63 // End of File
       
    64