idlefw/tsrc/framework/mt_aifw/AiFwTestContentModel.h
branchRCL_3
changeset 27 2c7f27287390
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AIFWTESTCONTENTMODEL_H
       
    20 #define AIFWTESTCONTENTMODEL_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include "aicontentmodel.h"
       
    24 
       
    25 // CONSTANTS
       
    26 /**
       
    27 *  ?one_line_short_description.
       
    28 *  ?other_description_lines
       
    29 *
       
    30 *  @lib ?library
       
    31 *  @since Series ?XX ?SeriesXX_version
       
    32 */
       
    33 const TAiContentItem KTestPluginContent[] =
       
    34 {
       
    35     { 1, L"Counter", "text/plain" },
       
    36     { 2, L"Status",  "text/plain" },
       
    37     { 3, L"Runtime",  "text/plain" }
       
    38 };
       
    39 
       
    40 /**
       
    41 *  ?one_line_short_description.
       
    42 *  ?other_description_lines
       
    43 *
       
    44 *  @lib ?library
       
    45 *  @since Series ?XX ?SeriesXX_version
       
    46 */
       
    47 const TAiContentItem KTestPluginResources[] =
       
    48 {
       
    49     { 1, L"Even", "text/plain" },
       
    50     { 2, L"Odd",  "text/plain" }
       
    51 };
       
    52 
       
    53 /**
       
    54 *  ?one_line_short_description.
       
    55 *  ?other_description_lines
       
    56 *
       
    57 *  @lib ?library
       
    58 *  @since Series ?XX ?SeriesXX_version
       
    59 */
       
    60 const TAiContentItem KTestPluginEvents[] =
       
    61 {
       
    62     { 1, L"StartTimer", "" },
       
    63     { 2, L"StopTimer",  "" },
       
    64     { 3, L"test_event",  "" }
       
    65 };
       
    66 
       
    67 /**
       
    68 *  ?one_line_short_description.
       
    69 *  ?other_description_lines
       
    70 *
       
    71 *  @lib ?library
       
    72 *  @since Series ?XX ?SeriesXX_version
       
    73 */
       
    74 const TAiContentItem KTestControllerContent[] =
       
    75 {
       
    76     { 1, L"Counter", "text/plain" },
       
    77     { 2, L"Status",  "text/plain" },
       
    78     { 3, L"Runtime",  "text/plain" },
       
    79     { 4, L"Downtime",  "text/plain" }
       
    80 };
       
    81 
       
    82 /**
       
    83 *  ?one_line_short_description.
       
    84 *  ?other_description_lines
       
    85 *
       
    86 *  @lib ?library
       
    87 *  @since Series ?XX ?SeriesXX_version
       
    88 */
       
    89 const TAiContentItem KTestControllerResources[] =
       
    90 {
       
    91     { 1, L"Even", "text/plain" },
       
    92     { 2, L"Odd",  "text/plain" }
       
    93 };
       
    94 
       
    95 /**
       
    96 *  ?one_line_short_description.
       
    97 *  ?other_description_lines
       
    98 *
       
    99 *  @lib ?library
       
   100 *  @since Series ?XX ?SeriesXX_version
       
   101 */
       
   102 const TAiContentItem KTestControllerEvents[] =
       
   103 {
       
   104     { 1, L"StartTimer", "" },
       
   105     { 2, L"StopTimer",  "" }
       
   106 };
       
   107 
       
   108 #endif      // ?CLASSNAME_H
       
   109 
       
   110 // End of File.