omads/omadsextensions/adapters/bld/bld.inf
branchRCL_3
changeset 25 4f0867e42d62
parent 24 8e7494275d3a
--- a/omads/omadsextensions/adapters/bld/bld.inf	Tue Aug 31 15:05:37 2010 +0300
+++ b/omads/omadsextensions/adapters/bld/bld.inf	Wed Sep 01 12:30:02 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2004-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"
@@ -17,7 +17,6 @@
 
 
 PRJ_EXPORTS
-
 #ifdef __SYNCML_DS_CON
 #include "../contacts/bld/bld.inf"
 #endif
@@ -26,16 +25,14 @@
 #include "../agenda/bld/bld.inf"
 #endif
 
-#ifdef  __SYNCML_DS_NOTEPAD
-#include "../notes/group/bld.inf"
+#ifdef __SYNCML_DS_SMS
+#include "../sms/group/bld.inf"
 #endif
 
-#include "../contactsgroup/group/bld.inf"
-
-#include "../mediads/group/bld.inf"
+#ifdef __SYNCML_DS_BOOKMARK
+#include "../bookmark/group/bld.inf"
+#endif
 
-// #include "../bookmark/group/bld.inf"
-
+#ifdef __SYNCML_DS_MMS
 #include "../mms/group/bld.inf"
-
-#include "../sms/group/bld.inf"
\ No newline at end of file
+#endif