00001 // genSignal.mmp 00002 // 00003 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 00004 // All rights reserved. 00005 // This component and the accompanying materials are made available 00006 // under the terms of "Eclipse Public License v1.0" 00007 // which accompanies this distribution, and is available 00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html". 00009 // 00010 // Initial Contributors: 00011 // Nokia Corporation - initial contribution. 00012 // 00013 // Contributors: 00014 // 00015 // Description: project specification file for genSignal example. 00016 // 00017 00018 00019 TARGET basicsignals.exe 00020 TARGETTYPE EXE 00021 UID 0 0xE80000EB 00022 00023 OS_LAYER_SYSTEMINCLUDE 00024 OS_LAYER_LIBC_SYSTEMINCLUDE 00025 00026 SOURCEPATH . 00027 SOURCE basicSignals.c 00028 00029 LIBRARY euser.lib 00030 LIBRARY libc.lib 00031 00032 STATICLIBRARY libcrt0.lib 00033 00034 00035