phonebookengines/contactsmodel/tsrc/Integration/TestStartUp/group/10003A73.txt
changeset 0 e686773b3f54
child 3 04ab22b956c2
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 # Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Contacts default view definitions
       
    15 # 
       
    16 #
       
    17 
       
    18 cenrep
       
    19 version 1
       
    20 
       
    21 [PlatSec]
       
    22 # default policies per repository
       
    23 cap_rd=ReadUserData cap_wr=WriteUserData
       
    24 
       
    25 
       
    26 [Main]
       
    27 
       
    28 # Overview of data format
       
    29 # Default view definitions are stored in two 'tables', each of which occupies
       
    30 # a range of key values to allow room for extra entries in the future.
       
    31 #
       
    32 # The lower 8 bits (0x000000FF) represent the column number (max. 256).
       
    33 # The next 8 bits (0x0000FF00) represent the row number (max. 256).
       
    34 # The next 8 bits (0x00FF0000) represent the table number (max.256).
       
    35 #
       
    36 # The view definition table uses the range 0x00010000-0x0001FFFF.
       
    37 # It consists of five columns: 
       
    38 # Name			C++ Type		Key Type	Notes
       
    39 # View Type		TViewType		int		Either 0 (anonymous remote view) or 1 (named remote view)
       
    40 # View Name		TDesC			string		The remote view name.
       
    41 # Sort Plugin Name	TDesC8			string8		Name of the sort plugin for the view.
       
    42 # View Preferences	TContactViewPreferences	int		See description of data type in the SDK.
       
    43 # Sort Order Index	-			int		Index in the sort order table of the
       
    44 #								row which is the sort order for this
       
    45 #								view definition.
       
    46 #
       
    47 # The sort order table uses the range 0x00020000-0x0002FFFF.
       
    48 # Each row of the table consists of the contact field Uids from
       
    49 # the RContactViewSortOrder of the view definition. Each Uid is
       
    50 # stored unchanged from the values defined in cntdef.hrh.
       
    51 #
       
    52 
       
    53 # Default view definition - settings used by TechView Contacts application
       
    54 
       
    55 # View Definition Table
       
    56 0x00010000 int 1 0
       
    57 0x00010001 string "KMainContactsAppView" 0
       
    58 0x00010002 string8 "abc" 0
       
    59 0x00010003 int 0 0
       
    60 0x00010004 int 0 0
       
    61 
       
    62 # Sort Order Table
       
    63 0x00020000 int 0x1000137D 0
       
    64 0x00020001 int 0x1000137C 0
       
    65 0x00020002 int 0x1000130D 0