fontservices/fontstore/group/fntstore.iby
changeset 0 1fb32624e06b
child 5 e96e8a131979
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fontservices/fontstore/group/fntstore.iby	Tue Feb 02 02:02:46 2010 +0200
@@ -0,0 +1,31 @@
+/*
+* Copyright (c) 1998-2009 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: 
+*
+*/
+
+
+#ifndef __FNTSTORE_IBY__
+#define __FNTSTORE_IBY__
+
+REM Font File & Object Manager
+
+#ifdef WITH_FLEXIBLE_MM
+file=ABI_DIR\BUILD_DIR\fntstr_fmm.dll 	System\Libs\FntStr.dll 
+#else
+file=ABI_DIR\BUILD_DIR\fntstr.dll 	System\Libs\FntStr.dll 
+#endif
+
+
+#endif