diff -r 2bb96f4ecad8 -r 8e7494275d3a omads/omadsextensions/adapters/bld/bld.inf --- a/omads/omadsextensions/adapters/bld/bld.inf Thu Aug 19 09:41:17 2010 +0300 +++ b/omads/omadsextensions/adapters/bld/bld.inf Tue Aug 31 15:05:37 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2004-2010 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,6 +17,7 @@ PRJ_EXPORTS + #ifdef __SYNCML_DS_CON #include "../contacts/bld/bld.inf" #endif @@ -25,14 +26,16 @@ #include "../agenda/bld/bld.inf" #endif -#ifdef __SYNCML_DS_SMS -#include "../sms/group/bld.inf" +#ifdef __SYNCML_DS_NOTEPAD +#include "../notes/group/bld.inf" #endif -#ifdef __SYNCML_DS_BOOKMARK -#include "../bookmark/group/bld.inf" -#endif +#include "../contactsgroup/group/bld.inf" + +#include "../mediads/group/bld.inf" -#ifdef __SYNCML_DS_MMS +// #include "../bookmark/group/bld.inf" + #include "../mms/group/bld.inf" -#endif + +#include "../sms/group/bld.inf" \ No newline at end of file