srsf/vcommandexecutor/group/nssvcexecutor.rss
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005 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:  This file contains all the resources
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    VCEX
       
    21 
       
    22 #include <defaultvoicecommands.loc>
       
    23 
       
    24 //  RESOURCE DEFINITIONS
       
    25 
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 RESOURCE TBUF { buf = "NssVCommandExecutor"; }
       
    29 
       
    30 
       
    31 RESOURCE TBUF prompt_time24
       
    32     {
       
    33     buf = qtn_prompt_time24;
       
    34     }
       
    35     
       
    36 
       
    37 RESOURCE TBUF prompt_time12am
       
    38     {
       
    39     buf = qtn_prompt_time12am;
       
    40     }
       
    41 
       
    42 RESOURCE TBUF prompt_time12pm
       
    43     {
       
    44     buf = qtn_prompt_time12pm;
       
    45     }
       
    46     
       
    47 
       
    48 RESOURCE TBUF prompt_operator
       
    49     {
       
    50     buf = qtn_prompt_operator;
       
    51     }
       
    52     
       
    53 
       
    54 RESOURCE TBUF prompt_nooperator
       
    55     {
       
    56     buf = qtn_prompt_nooperator;
       
    57     }
       
    58     
       
    59 
       
    60 RESOURCE TBUF prompt_batteryfull
       
    61     {
       
    62     buf = qtn_prompt_batteryfull;
       
    63     }
       
    64     
       
    65 RESOURCE TBUF prompt_batteryalmostfull
       
    66     {
       
    67     buf = qtn_prompt_batteryalmostfull;
       
    68     }
       
    69 
       
    70 RESOURCE TBUF prompt_batteryhalf
       
    71     {
       
    72     buf = qtn_prompt_batteryhalf;
       
    73     }
       
    74     
       
    75 RESOURCE TBUF prompt_batteryalmostempty
       
    76     {
       
    77     buf = qtn_prompt_batteryalmostempty;
       
    78     }
       
    79     
       
    80 RESOURCE TBUF prompt_batterylow
       
    81     {
       
    82     buf = qtn_prompt_batterylow;
       
    83     }
       
    84 
       
    85 RESOURCE TBUF prompt_networkexcellent
       
    86     {
       
    87     buf = qtn_prompt_networkexcellent;
       
    88     }
       
    89     
       
    90 RESOURCE TBUF prompt_networkgood
       
    91     {
       
    92     buf = qtn_prompt_networkgood;
       
    93     }
       
    94     
       
    95 
       
    96 RESOURCE TBUF prompt_networkrathergood
       
    97     {
       
    98     buf = qtn_prompt_networkrathergood;
       
    99     }
       
   100     
       
   101 RESOURCE TBUF prompt_networklow
       
   102     {
       
   103     buf = qtn_prompt_networklow;
       
   104     }
       
   105     
       
   106 RESOURCE TBUF prompt_networknone
       
   107     {
       
   108     buf = qtn_prompt_networknone;
       
   109     }
       
   110 
       
   111 // End of File