diff -r 000000000000 -r 8466d47a6819 emailuis/emailui/sendasmtm/inc/fsmtmsuids.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emailuis/emailui/sendasmtm/inc/fsmtmsuids.h Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,76 @@
+/*
+* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: UIDs for Integration MTM
+*
+*/
+
+#ifndef FSMTMSUIDS_H
+#define FSMTMSUIDS_H
+
+
+/**
+* UIDs for SendAs Dlls
+*/
+// S60 UID update
+#define KUidSendAsHelperDll 0x2001F407
+// S60 UID update
+
+
+/**
+ * UIDs for SendAs MTM dll
+ */
+// S60 UID update
+#define KUidFsServerMtmVal 0x2001F403
+#define KUidFsClientMtmVal 0x2001F402
+#define KUidFsUiMtmVal 0x2001F404
+#define KUidFsUiDataMtmVal 0x2001F405
+// S60 UID update
+
+/**
+ * UIDs for SendAs MTM
+ */
+// S60 UID update
+#define KUidMsgTypeFsMtmVal 0x2001F406
+// S60 UID update
+
+/**
+ * UIDs for SendAs MTM Install and Remove
+ */
+// S60 UID update
+#define KUidFsMtmInstall 0x2001F408
+#define KUidFsMtmRemove 0x2001F409
+// S60 UID update
+
+
+/**
+ * UID for Debuglogger
+ * */
+// S60 UID update
+#define KUidFsMtmDebugLoggerUtilityUid 0x2001F454
+// S60 UID update
+
+/*
+ * Send As Test App
+ */
+// S60 UID update, not used in cmail
+//#define KUidImsSendAsTestApp 0x2001F456
+//#define KUidSendAsEUnitTest 0x2001F455
+// S60 UID update
+
+#define KUidEPOCApp 0x100039ce
+#define KUidSharedLibrary 0x1000008d
+
+#endif // FSMTMSUIDS_H
+
+// End of File