--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/stdcpp/tsrc/BC/apps/tlocale/group/tlocale.mmp Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,73 @@
+/*
+* Copyright (c) 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:
+*
+*/
+
+
+//#if defined(__SERIES60_)
+ // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
+ //#include <domain/osextensions/platform_paths.hrh>
+ //OSEXT_LAYER_SYSTEMINCLUDE
+//#endif
+
+TARGET tlocale.dll
+TARGETTYPE dll
+UID 0x1000008D 0x101FB3E3
+
+CAPABILITY ALL -TCB
+/* Remove comments and replace 0x00000000 with correct vendor id */
+// VENDORID 0x00000000
+/* Remove comments and replace 0x00000000 with correct secure id */
+// SECUREID 0x00000000
+
+//TARGETPATH ?target_path
+DEFFILE tlocale.def
+
+SOURCEPATH ../src
+SOURCE tlocale.cpp
+SOURCE tlocaleBlocks.cpp
+
+USERINCLUDE ../inc
+
+
+SYSTEMINCLUDE /epoc32/include/osextensions/stdapis
+SYSTEMINCLUDE /epoc32/include/stdapis
+
+SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/sys
+SYSTEMINCLUDE /epoc32/include/stdapis/sys
+
+SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/stlport
+SYSTEMINCLUDE /epoc32/include/stdapis/stlport
+
+
+SYSTEMINCLUDE /epoc32/include
+SYSTEMINCLUDE /epoc32/include/domain/osextensions
+SYSTEMINCLUDE /epoc32/include/internal
+
+LIBRARY libstdcpp.lib
+LIBRARY euser.lib
+LIBRARY libc.lib
+LIBRARY libpthread.lib
+LIBRARY stiftestinterface.lib
+
+LANG SC
+
+OPTION CW -wchar_t on
+MACRO _WCHAR_T_DECLARED
+
+EPOCALLOWDLLDATA
+// End of File
+
+SMPSAFE