idlehomescreen/examples/mcsexample/data/MCSExample.rls
author jake
Mon, 02 Aug 2010 12:02:47 +0300
branchRCL_3
changeset 29 d12a7ea0f775
permissions -rw-r--r--
Example applications for various Homescreen APIs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29
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
//  LOCALISATION STRINGS
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    19
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    20
// Caption string for app.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    21
#define qtn_caption_string "MCSExample"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    22
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    23
// First item in "Options" menu pane
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    24
#define qtn_command1 "Message"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    25
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    26
// Second item in "Options" menu pane
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    27
#define qtn_command2 "List all items"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    28
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    29
#define qtn_help "Help"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    30
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    31
#define qtn_about "About"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    32
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    33
// Third item in "Options" menu pane
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    34
#define qtn_exit "Exit"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    35
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    36
// When user requests ECommand1 event, text below is shown.
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    37
#define qtn_command1_text "MCS example application."
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    38
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    39
#define qtn_loc_resource_file_1 "\\resource\\apps\\MCSExample_0xEB753B18"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    40
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    41
#define qtn_about_dialog_title "About"
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    42
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    43
#define qtn_about_dialog_text "MCSExample Version 1.0.0\n\nAuthor: Jaakko Haukipuro\n\nSupport: \n\n(c) "
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    44
d12a7ea0f775 Example applications for various Homescreen APIs.
jake
parents:
diff changeset
    45
// End of File