idlehomescreen/examples/mcsexample/group/MCSExample.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:
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
APP_LAYER_SYSTEMINCLUDE
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    21
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			MCSExample_0xEB753B18.exe
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    24
TARGETTYPE		exe
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    25
UID		  0x100039CE 0xEB753B18
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    26
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    27
SOURCEPATH		..\src
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    28
SOURCE			MCSExample.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    29
SOURCE			MCSExampleApplication.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    30
SOURCE			MCSExampleAppView.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    31
SOURCE			MCSExampleAppUi.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    32
SOURCE			MCSExampleDocument.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    33
SOURCE          mcspluginwatcher.cpp
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    34
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    35
SOURCEPATH		..\data
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    36
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    37
START RESOURCE	MCSExample.rss
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    38
HEADER
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    39
TARGET MCSExample_0xEB753B18
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    40
TARGETPATH resource\apps
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    41
END //RESOURCE
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    42
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    43
START RESOURCE	MCSExample_reg.rss
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    44
TARGET MCSExample_0xEB753B18_reg
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    45
TARGETPATH 	  \private\10003a3f\apps
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    46
END //RESOURCE
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    47
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    48
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    49
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    50
USERINCLUDE	   ..\inc
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    51
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    52
SYSTEMINCLUDE	 \epoc32\include
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    53
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		   apparc.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    56
LIBRARY		   cone.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    57
LIBRARY		   eikcore.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    58
LIBRARY        eikcoctl.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    59
LIBRARY        eikctl.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    60
LIBRARY		   avkon.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    61
LIBRARY        aknicon.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    62
LIBRARY        bafl.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    63
LIBRARY		   commonengine.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    64
LIBRARY        aknnotify.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    65
LIBRARY        fbscli.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    66
LIBRARY        egul.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    67
LIBRARY        mcsmenu.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    68
LIBRARY        mcsextendedmenu.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    69
LIBRARY        eikdlg.lib
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    70
 
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    71
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    72
LANG SC
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    73
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    74
VENDORID	  	  0
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    75
SECUREID		  0xEB753B18
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    76
CAPABILITY	  	  ReadUserData ReadDeviceData WriteDeviceData
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    77
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    78
#ifdef ENABLE_ABIV2_MODE
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    79
  DEBUGGABLE_UDEBONLY
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    80
#endif
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    81
// End of File