diff -r aa99f2208aad -r b8d18c84f71c localisation/apparchitecture/tef/TEXE_V2.MMP --- a/localisation/apparchitecture/tef/TEXE_V2.MMP Wed Jul 28 16:03:37 2010 +0100 +++ b/localisation/apparchitecture/tef/TEXE_V2.MMP Tue Aug 03 10:20:34 2010 +0100 @@ -2,7 +2,7 @@ * 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 the License "Eclipse Public License v1.0" +* 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". * @@ -18,20 +18,24 @@ // TEXE.MMP for test component TEXE (released in APPARC) // -target TEXE.EXE +target texe.exe targettype EXE targetpath /sys/bin\ UID 0x100039CE 0x10004c6b VENDORID 0x70000001 -SOURCEPATH ../TEF // source files +SOURCEPATH ../tef // source files -userinclude ../TEF -systeminclude ../INC // your public include directory should be here -systeminclude /EPOC32/INCLUDE +userinclude ../tef +userinclude ../inc // your public include directory should be here + +MW_LAYER_SYSTEMINCLUDE_SYMBIAN + +userinclude ../inc source TEXE.CPP -library EUSER.LIB +library euser.lib +SMPSAFE