idlehomescreen/examples/carouselwidgetexample/publisher/group/carouselplugin.mmp
author jake
Mon, 02 Aug 2010 12:02:47 +0300
branchRCL_3
changeset 70 d12a7ea0f775
permissions -rw-r--r--
Example applications for various Homescreen APIs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
70
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     1
/*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     3
* All rights reserved.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     4
* This component and the accompanying materials are made available
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     6
* which accompanies this distribution, and is available
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     8
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
     9
* Initial Contributors:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    11
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    12
* Contributors:
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    13
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    14
* Description:  Project definition file for project ProfilePlugin
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    15
*
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    16
*/
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    17
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    18
#include <platform_paths.hrh>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    19
#include <data_caging_paths.hrh>
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    20
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    21
#include "../data/carouselpluginuids.hrh"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    22
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    23
TARGET          carouselplugin.dll
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    24
TARGETTYPE      PLUGIN
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    25
UID             0x10009D8D  AI_UID_ECOM_DLL_CONTENTPUBLISHER_CAROUSELPLUGIN
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    26
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    27
CAPABILITY      CAP_ECOM_PLUGIN
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    28
VENDORID        VID_DEFAULT
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    29
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    30
SOURCEPATH      ../src
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    31
SOURCE          carouselplugin.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    32
SOURCE          carouselpluginengine.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    33
SOURCE          carouselplugindata.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    34
SOURCE          carouselpluginwatcher.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    35
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    36
USERINCLUDE     ../inc
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    37
USERINCLUDE     ../loc
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    38
USERINCLUDE     ../data
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    39
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    40
APP_LAYER_SYSTEMINCLUDE
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    41
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    42
SOURCEPATH      ../data
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    43
START RESOURCE  carouselplugin.rss
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    44
HEADER
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    45
TARGETPATH      ECOM_RESOURCE_DIR
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    46
END
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    47
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    48
START RESOURCE  carouselpluginres.rss
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    49
HEADER
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    50
TARGET          carouselpluginres.rsc
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    51
TARGETPATH      RESOURCE_FILES_DIR
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    52
LANGUAGE_IDS
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    53
END
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    54
LIBRARY         euser.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    55
LIBRARY         mcsmenu.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    56
LIBRARY         mcsextendedmenu.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    57
LIBRARY         egul.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    58
LIBRARY         cone.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    59
LIBRARY         ecom.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    60
LIBRARY         aiutils.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    61
LIBRARY         aknskins.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    62
LIBRARY         aknicon.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    63
LIBRARY         mcsmenuutils.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    64
LIBRARY         hspluginsettings.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    65
LIBRARY         msgs.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    66
LIBRARY         apgrfx.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    67
LIBRARY         apparc.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    68
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    69
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    70
LIBRARY         bafl.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    71
LIBRARY         avkon.lib 
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    72
LIBRARY         eikcoctl.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    73
LIBRARY         eikcore.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    74
LIBRARY         efsrv.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    75
LIBRARY         fbscli.lib 
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    76
LIBRARY         gslauncher.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    77
LIBRARY         eikdlg.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    78
LIBRARY         commonengine.lib 
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    79
LIBRARY         favouritesengine.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    80
LIBRARY         viewcli.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    81
LIBRARY         gfxtrans.lib 
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    82
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    83
// End of File