sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Name : exc_interwork.mmp sl@0: // Part of : libstdcppv5 tests sl@0: // This is a unit test to verify that applying the barrier sl@0: // mechanisms one may intermix SymbianC++ and StdC++ sl@0: // w.r.t. exceptions/User::Leaves/CleanupStacks sl@0: // Version : 1.0 sl@0: // sl@0: // sl@0: sl@0: TARGET exc_interwork.exe sl@0: TARGETTYPE exe sl@0: SOURCEPATH ../src sl@0: SOURCE exc_interwork.cpp sl@0: USERINCLUDE ../../include sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_STLPORTV5_SYSTEMINCLUDE sl@0: sl@0: library euser.lib libc.lib libstdcppv5.lib sl@0: capability all -tcb sl@0: sl@0: stdcpp sl@0: sl@0: sl@0: SMPSAFE