commands/fcontacts/fcontacts_support.h
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // fcontacts_support.h
       
     2 // 
       
     3 // Copyright (c) 2010 Accenture. All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of the "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 // Accenture - Initial contribution
       
    11 //
       
    12 #ifndef FCONTACTS_SUPPORT_H
       
    13 #define FCONTACTS_SUPPORT_H
       
    14 
       
    15 #include <cntdef.hrh>
       
    16 
       
    17 #ifndef KUidContactCardValue
       
    18 // v9.1 didn't have these (the uids were used and understood, just these variables didn't exist)
       
    19 
       
    20 #define KUidContactCardValue			0x10001309
       
    21 #define KUidContactGroupValue			0x1000130A
       
    22 #define KUidContactOwnCardValue			0x10004F95
       
    23 #define KUidContactICCEntryValue		0x101F4A6F
       
    24 #define KUidContactTemplateValue		0x1000130B
       
    25 #define KUidContactCardTemplateValue	0x10004FF1
       
    26 
       
    27 #define KUidContactFieldAssistantValue		0x10274DA4
       
    28 #define KUidContactFieldAnniversaryValue	0x10274DA5
       
    29 #define KUidContactFieldSpouseValue		0x10274DA6
       
    30 #define KUidContactFieldChildrenValue		0x10274DA7
       
    31 #define KUidContactFieldClassValue		0x10274DA8
       
    32 
       
    33 #define KIntContactFieldVCardMapAssistant		0x10274DAA
       
    34 #define KIntContactFieldVCardMapAssistantTel		0x10274DAB
       
    35 #define KIntContactFieldVCardMapAnniversary		0x10274DAC
       
    36 #define KIntContactFieldVCardMapSpouse			0x10274DAD
       
    37 
       
    38 #endif // KUidContactCardValue
       
    39 
       
    40 #ifndef KIntContactFieldVCardMapChildren
       
    41 #define KIntContactFieldVCardMapChildren		0x10274DAE
       
    42 #define KIntContactFieldVCardMapClass			0x10274DAF
       
    43 
       
    44 // v9.1 didn't have these at all, but I think we only use them for sync support and 9.1 will happily just store them for us
       
    45 const TUid KUidContactFieldVCardMapClass={KIntContactFieldVCardMapClass};
       
    46 const TUid KUidContactFieldClass = { KUidContactFieldClassValue };
       
    47 
       
    48 #endif // KIntContactFieldVCardMapChildren
       
    49 
       
    50 #endif // FCONTACTS_SUPPORT_H