epoc32/include/mw/senduiconsts.h
branchSymbian2
changeset 2 2fe1408b6811
parent 1 666f914201fb
child 4 837f303aceeb
     1.1 --- a/epoc32/include/mw/senduiconsts.h	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/mw/senduiconsts.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,117 @@
     1.4 -senduiconsts.h
     1.5 +/*
     1.6 +* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     1.7 +* All rights reserved.
     1.8 +* This component and the accompanying materials are made available
     1.9 +* 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.10 +* which accompanies this distribution, and is available
    1.11 +* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.12 +*
    1.13 +* Initial Contributors:
    1.14 +* Nokia Corporation - initial contribution.
    1.15 +*
    1.16 +* Contributors:
    1.17 +*
    1.18 +* Description:   Uid definitions for SendUI services.
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +
    1.24 +#ifndef SENDUICONSTS_H
    1.25 +#define SENDUICONSTS_H
    1.26 +
    1.27 +//  CONSTANTS 
    1.28 +#define KSenduiMtmSmtpUidValue              0x10001028
    1.29 +#define KSenduiMtmImap4UidValue             0x1000102A
    1.30 +#define KSenduiMtmPop3UidValue              0x10001029
    1.31 +#define KSenduiMtmSmsUidValue               0x1000102C
    1.32 +#define KSenduiMtmMmsUidValue               0x100058E1
    1.33 +#define KSenduiMtmIrUidValue                0x100053A4
    1.34 +#define KSenduiMtmBtUidValue                0x10009ED5
    1.35 +#define KSenduiMtmPushMtm1UidValue          0x10009158
    1.36 +#define KSenduiMtmPushMtm2UidValue          0x10009158
    1.37 +#define KSenduiMtmPushMtm3UidValue          0x10009158
    1.38 +#define KSenduiMtmPushMtmUidValue           0x10009158
    1.39 +#define KSenduiMtmBioUidValue               0x10001262
    1.40 +#define KSenduiMailEditorUidValue           0x101F4CD6
    1.41 +#define KSenduiMMSEditorUidValue            0x100058DE // Deprecated since 3.2
    1.42 +#define KSenduiMMSNotificationUidValue      0x100059C8
    1.43 +#define KSenduiMtmFaxUidValue               0x1000102B
    1.44 +#define KSenduiMtmSyncMLEmailUidValue       0x101f7c5c
    1.45 +#define KMmsUploadService1                  0x101F8835
    1.46 +#define KMmsUploadService2                  0x101F8836
    1.47 +#define KMmsUploadService3                  0x101F8837
    1.48 +#define KMmsUploadService4                  0x101F8838
    1.49 +#define KSenduiMtmRoUidValue                0x101F6DC2
    1.50 +#define KSenduiMtmPostcardUidValue          0x10207245
    1.51 +#define KDrmLinkSenderValue                 0x10207388
    1.52 +#define KSenduiMtmAudioMessageUidValue      0x1020745B
    1.53 +#define KSenduiMtmUniMessageUidValue        0x102072D6
    1.54 +#define KSenduiUniEditorUidValue            0x102072D8
    1.55 +#define KSendUiGenericMtmPluginUidValue     0x102823B7
    1.56 +#define KSenduiMtmOnlineAlbumUidValue       0x200009D5
    1.57 +
    1.58 +// Technology types
    1.59 +#define KSenduiTechnologySmsUidValue        0x10008A30
    1.60 +#define KSenduiTechnologyMmsUidValue        0x100058E2
    1.61 +#define KSenduiTechnologyMailUidValue       0x10001671
    1.62 +#define KSenduiTechnologyUniEditorUidValue  0x102072D5
    1.63 +#define KSenduiTechnologyIrUidValue         0x1000539F
    1.64 +#define KSenduiTechnologyBtUidValue         0x10009ED6
    1.65 +#define KSenduiTechnologyIMUidValue         0x2000B4E8
    1.66 +
    1.67 +// MTMs
    1.68 +const TUid KSenduiMtmSmtpUid            = { KSenduiMtmSmtpUidValue         };
    1.69 +const TUid KSenduiMtmImap4Uid           = { KSenduiMtmImap4UidValue        };
    1.70 +const TUid KSenduiMtmPop3Uid            = { KSenduiMtmPop3UidValue         };
    1.71 +const TUid KSenduiMtmSmsUid             = { KSenduiMtmSmsUidValue          };
    1.72 +const TUid KSenduiMtmMmsUid             = { KSenduiMtmMmsUidValue          };
    1.73 +const TUid KSenduiMtmIrUid              = { KSenduiMtmIrUidValue           };
    1.74 +const TUid KSenduiMtmBtUid              = { KSenduiMtmBtUidValue           };
    1.75 +const TUid KSenduiMtmPushMtm1Uid        = { KSenduiMtmPushMtm1UidValue     };
    1.76 +const TUid KSenduiMtmPushMtm2Uid        = { KSenduiMtmPushMtm2UidValue     };
    1.77 +const TUid KSenduiMtmPushMtm3Uid        = { KSenduiMtmPushMtm3UidValue     };
    1.78 +const TUid KSenduiMtmPushMtmUid         = { KSenduiMtmPushMtmUidValue      };
    1.79 +const TUid KSenduiMtmFaxUid             = { KSenduiMtmFaxUidValue          };
    1.80 +const TUid KSenduiMtmSyncMLEmailUid     = { KSenduiMtmSyncMLEmailUidValue  };
    1.81 +const TUid KSenduiMtmBioUid             = { KSenduiMtmBioUidValue          };
    1.82 +const TUid KSenduiMtmRoUid              = { KSenduiMtmRoUidValue           };
    1.83 +const TUid KSenduiMMSNotificationUid    = { KSenduiMMSNotificationUidValue };
    1.84 +const TUid KSenduiMtmPostcardUid        = { KSenduiMtmPostcardUidValue     };
    1.85 +const TUid KSenduiMtmAudioMessageUid    = { KSenduiMtmAudioMessageUidValue };
    1.86 +const TUid KSenduiMtmUniMessageUid      = { KSenduiMtmUniMessageUidValue   };
    1.87 +const TUid KSenduiMtmOnlineAlbumUid     = { KSenduiMtmOnlineAlbumUidValue  };
    1.88 +
    1.89 +
    1.90 +// ECom services
    1.91 +const TUid KMmsDirectUpload             = { 0x101F87F5                     };
    1.92 +const TUid KMmsIndirectUpload           = { 0x101F87F7                     };
    1.93 +const TUid KMmsUploadService1Id         = { KMmsUploadService1             };
    1.94 +const TUid KMmsUploadService2Id         = { KMmsUploadService2             };
    1.95 +const TUid KMmsUploadService3Id         = { KMmsUploadService3             };
    1.96 +const TUid KMmsUploadService4Id         = { KMmsUploadService4             };
    1.97 +const TUid KMeetingRequestSender        = { 0x101FD69A                     };
    1.98 +const TUid KDrmLinkSender               = { KDrmLinkSenderValue            };
    1.99 +const TUid KGenericMtmPlugin            = { KSendUiGenericMtmPluginUidValue};
   1.100 +
   1.101 +// Technology types
   1.102 +const TUid KSenduiTechnologySmsUid          = { KSenduiTechnologySmsUidValue        };
   1.103 +const TUid KSenduiTechnologyMmsUid          = { KSenduiTechnologyMmsUidValue        };
   1.104 +const TUid KSenduiTechnologyMailUid         = { KSenduiTechnologyMailUidValue       };
   1.105 +const TUid KSenduiTechnologyUniEditorUid    = { KSenduiTechnologyUniEditorUidValue  };
   1.106 +const TUid KSenduiTechnologyIrUid           = { KSenduiTechnologyIrUidValue         };
   1.107 +const TUid KSenduiTechnologyBtUid           = { KSenduiTechnologyBtUidValue         }; 
   1.108 +const TUid KSenduiTechnologyIMUid           = { KSenduiTechnologyIMUidValue         }; 
   1.109 +
   1.110 +// Message data types
   1.111 +const TUid KSenduiMsgDataBase           = { 0x101FD695                     };
   1.112 +const TUid KSenduiMsgDataMeetingRequest = { 0x101FD696                     };
   1.113 +
   1.114 +// Editors
   1.115 +const TUid KSenduiMailEditorUid         = { KSenduiMailEditorUidValue      };
   1.116 +const TUid KSenduiMMSEditorUid          = { KSenduiMMSEditorUidValue       }; // Deprecated since 3.2
   1.117 +const TUid KSenduiUniEditorUid          = { KSenduiUniEditorUidValue       };
   1.118 +
   1.119 +#endif      // SENDUICONSTS_H
   1.120 +
   1.121 +// End of File