diff -r 1972d8c2e329 -r 510c70acdbf6 adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/core_exports_to_roots/group/core.mmp --- a/adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/core_exports_to_roots/group/core.mmp Mon Nov 09 10:31:01 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ -/* -* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "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: ?Description -* -*/ - - - -#include -#include - -TARGET ntt_core.dll -TARGETTYPE dll -UID 0x1000008D 0x101FB3E3 -FEATUREVARIANT - -#if defined(EKA2) -CAPABILITY ALL -TCB -VENDORID 0x101FB657 -#endif - - -DEFFILE core.def - -SOURCEPATH ../src -SOURCE core.cpp -SOURCE coreblocks.cpp -SOURCE cmmmessagemanagercallback.cpp - - -USERINCLUDE ../../notify/inc -USERINCLUDE ../inc - -USERINCLUDE ../../nwe/inc -USERINCLUDE ../../voice/inc -USERINCLUDE ../../../../../inc - -// Dependencies from other components -OS_LAYER_SYSTEMINCLUDE -NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE - -LIBRARY euser.lib -LIBRARY stiftestinterface.lib -LIBRARY flogger.lib -LIBRARY isctestcontrolclient.lib - -LIBRARY licenseetsy.lib // TSY factory -LIBRARY nokiatsy.lib // Nokia TSY -LIBRARY etel.lib -LIBRARY etelmm.lib - -LANG SC - - -// End of File