pimappservices/calendar/tsrc/TestCalIndexFile/inc/TestCalIndexFileDefs.h
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /**
       
     2 * Copyright (c) 2006-2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __TEST_CAL_INDEX_FILE_DEFS__
       
    21 #define __TEST_CAL_INDEX_FILE_DEFS__
       
    22 
       
    23 
       
    24 _LIT8(KTCIUid, "testindexfileuid@symbian.com123");
       
    25 
       
    26 // for reading entry data from config file
       
    27 
       
    28 // for "type"
       
    29 _LIT(KTCIEntryTypeAppt, "appt");
       
    30 _LIT(KTCIEntryTypeToDo, "todo");
       
    31 _LIT(KTCIEntryTypeEvent, "event");
       
    32 _LIT(KTCIEntryTypeRemind, "reminder");
       
    33 _LIT(KTCIEntryTypeAnniv, "anniv");
       
    34 
       
    35 // for "method"
       
    36 _LIT(KTCIEntryMethodNone, "none");
       
    37 _LIT(KTCIEntryMethodPub, "publish");
       
    38 _LIT(KTCIEntryMethodReq, "request");
       
    39 _LIT(KTCIEntryMethodReply, "reply");
       
    40 _LIT(KTCIEntryMethodAdd, "add");
       
    41 _LIT(KTCIEntryMethodCancel, "cancel");
       
    42 _LIT(KTCIEntryMethodRefresh, "refresh");
       
    43 _LIT(KTCIEntryMethodCounter, "counter");
       
    44 _LIT(KTCIEntryMethodDeclineCounter, "declinecntr");
       
    45 
       
    46 // for "rpttype"
       
    47 _LIT(KTCIEntryRptDaily, "daily");
       
    48 _LIT(KTCIEntryRptWeekly, "weekly");
       
    49 _LIT(KTCIEntryRptMonthly, "monthly");
       
    50 _LIT(KTCIEntryRptYearly, "yearly");
       
    51 
       
    52 // booleans
       
    53 _LIT(KTCIEntryTrue, "true");
       
    54 _LIT(KTCIEntryFalse, "false");
       
    55 
       
    56 //
       
    57 _LIT(KTCINumEntries, "numentriespresent");
       
    58 _LIT(KTCIEntry,	"entry");
       
    59 _LIT(KAddEntry, "entrytoadd");
       
    60 _LIT(KDeleteEntry, "entrytodelete");
       
    61 _LIT(KNumDeleteEntry, "entrynumtodelete");
       
    62 _LIT(KModifyEntry, "entrytomodify");
       
    63 _LIT(KNumModifyEntry, "entrynumtomodify");
       
    64 
       
    65 
       
    66 //
       
    67 _LIT(KTCIModifiedText, "Modified Description");
       
    68 
       
    69 #endif //__TEST_CAL_INDEX_FILE_DEFS__