epoc32/include/vuid.h
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- a/epoc32/include/vuid.h	Tue Mar 16 16:12:26 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,156 +0,0 @@
     1.4 -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 -// All rights reserved.
     1.6 -// This component and the accompanying materials are made available
     1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 -// which accompanies this distribution, and is available
     1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.10 -//
    1.11 -// Initial Contributors:
    1.12 -// Nokia Corporation - initial contribution.
    1.13 -//
    1.14 -// Contributors:
    1.15 -//
    1.16 -// Description:
    1.17 -//
    1.18 -
    1.19 -
    1.20 -
    1.21 -/**
    1.22 - @file
    1.23 - @publishedAll
    1.24 - @released 
    1.25 -*/
    1.26 -
    1.27 -#ifndef __VUID_H__
    1.28 -#define __VUID_H__
    1.29 -
    1.30 -/** The default size for 8-bit buffers used in Versit. */
    1.31 -#define KVersitDefaultBufferSize 32
    1.32 -/** The maximum length for a Versit date/time buffer. */
    1.33 -#define KVersitMaxDateTimeLength 16
    1.34 -/** Not used. */
    1.35 -#define KVersitMaxVersionLength 16
    1.36 -_LIT8(KVersitQuestionMark, "?");
    1.37 -
    1.38 -//
    1.39 -// Uid's
    1.40 -// 268440459-268440508 have been allocated to Versit initially
    1.41 -//
    1.42 -
    1.43 -/** The UID for a KVersitTokenBEGIN property.
    1.44 -
    1.45 -Used in vCards and vCalendars. */
    1.46 -#define KVersitTokenBeginUid							268440459
    1.47 -/** The UID for a KVersitTokenEND property.
    1.48 -
    1.49 -Used in vCards and vCalendars. */
    1.50 -#define KVersitTokenEndUid								268440460
    1.51 -/** The UID for a property with an unrecognised name. */
    1.52 -#define KVersitTokenUnknownUid							268440461
    1.53 -/** The UID for a version property.
    1.54 -
    1.55 -Used in vCards and vCalendars. */
    1.56 -#define KVersitTokenVersionUid							270490587
    1.57 -/** The UID for an agent property.
    1.58 -
    1.59 -Used in vCards. */
    1.60 -#define KVCardPropertyAgentUid							268440471
    1.61 -/** The UID for a SOUND property.
    1.62 -
    1.63 -Used in vCards. */
    1.64 -#define KVCardPropertySoundUid							270537213
    1.65 -/** The UID for an alarm property.
    1.66 -
    1.67 -Used in vCalendars and associated with a vEvent or vToDo. */
    1.68 -#define KVCalPropertyAlarmUid							268440472
    1.69 -/** The UID for a vEvent entity. */
    1.70 -#define KVCalEntityUidVEvent							268440473
    1.71 -/** The UID for a vTodo entity. */
    1.72 -#define KVCalEntityUidVTodo								268440474
    1.73 -/** A grouped property UID. This is used to determine whether a property 
    1.74 -is grouped. */
    1.75 -#define KVersitGroupedPropertyUid						268440475
    1.76 -/** The UID for a time zone property.
    1.77 -
    1.78 -Used in vCards and vCalendars. */
    1.79 -#define KVersitPropertyTimeZoneUid						268440476
    1.80 -/** The UID for a date property. */
    1.81 -#define KVersitPropertyDateUid							268440477
    1.82 -/** A time property UID. */
    1.83 -#define KVersitTimePropertyUid							268440478
    1.84 -
    1.85 -/** The UID for an rich (extended) alarm property.
    1.86 -
    1.87 -Used in vCalendars and associated with a vEvent or vToDo. */
    1.88 -#define KVCalPropertyExtendedAlarmUid					268440479
    1.89 -
    1.90 -
    1.91 -
    1.92 -/** Used by the contacts database to identify a vCard. */
    1.93 -#define KVersitEntityUidVCard							268440483		//Used by cntmodel and not by versit
    1.94 -/** The UID for a recurrence property. */
    1.95 -#define KVCalPropertyRecurrenceUid						268440484
    1.96 -/** The UID for a daylight savings property. */
    1.97 -#define KVersitPropertyDaylightUid						268440485
    1.98 -/** The UID for a character set property parameter. */
    1.99 -#define KVersitParamCharsetUid							268440488
   1.100 -
   1.101 -/** The UID for a quoted printable to text converter. */
   1.102 -#define KQuotedPrintableToTextConverter					268441637
   1.103 -/** The UID for a text to quoted printable converter. */
   1.104 -#define KTextToQuotedPrintableConverter					268441638
   1.105 -/** The UID for a base 64 to text converter. */
   1.106 -#define KBase64ToTextConverter							268440005
   1.107 -/** The UID for a text to base 64 converter. */
   1.108 -#define KTextToBase64Converter							268437281 
   1.109 -
   1.110 -/** The UID for a character encoding property parameter. */
   1.111 -#define KVersitParamEncodingUid							268440463
   1.112 -/** The UID for a QUOTED-PRINTABLE property parameter. */
   1.113 -#define KVersitParamEncodingQuotedPrintableUid			268440464
   1.114 -/** The UID for a BASE64 property parameter. */
   1.115 -#define KVersitParamEncodingBase64Uid					268440465
   1.116 -
   1.117 -
   1.118 -/*
   1.119 - * These are versit data-type uids for property values. They
   1.120 - * are versit-internal.
   1.121 - */
   1.122 -
   1.123 -/** The UID for a heap descriptor property. */
   1.124 -#define KVersitPropertyHBufCUid							268440466
   1.125 -/** The UID for a binary property.
   1.126 -
   1.127 -Used in vCards for logos and photos. */
   1.128 -#define KVersitPropertyBinaryUid						268470833
   1.129 -/** The UID for a descriptor array property.
   1.130 -
   1.131 -Used in vCards and vCalendars. */
   1.132 -#define KVersitPropertyCDesCArrayUid					268440467
   1.133 -/** The UID for a multiple date/time property.
   1.134 -
   1.135 -Used in vCalendars. */
   1.136 -#define KVersitPropertyMultiDateTimeUid					268440468
   1.137 -/** The UID for a date/time property.
   1.138 -
   1.139 -Used in vCards and vCalendars. */
   1.140 -#define KVersitPropertyDateTimeUid						268440469
   1.141 -/** The UID for an integer property.
   1.142 -
   1.143 -Used in vCalendars, e.g. for priorities and sequences. */
   1.144 -#define KVersitPropertyIntUid							268440470
   1.145 -
   1.146 -
   1.147 -/*
   1.148 - * The following is a list of UIDs that were used by versit but are not now
   1.149 - */
   1.150 -//UID's for tokens
   1.151 -//268440462
   1.152 -//UID's used for character sets
   1.153 -//268440489, 268440499-506, 268457255-6, 268457654-8, 268478097
   1.154 -//UID's used for Quoted Printable with a character set
   1.155 -//268440486, 268440490-8, 268457253-4, 268457801-5
   1.156 -//UID's used for Base64 with a character set
   1.157 -//268440480-82, 268440487, 268440508, 268456960, 268457257-62, 268470904-6, 268479493
   1.158 -
   1.159 -#endif