examples/SFExamples/Quick_Recipes_on_Symbian_OS_Multimedia_Example_Code/AudioTone/group/AudioTone.mmp

00001 // 
00002 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
00003 // All rights reserved.
00004 // This component and the accompanying materials are made available
00005 // under the terms of the License "Eclipse Public License v1.0"
00006 // which accompanies this distribution, and is available
00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 // 
00009 // Initial Contributors:
00010 // Nokia Corporation - initial contribution.
00011 // 
00012 // Contributors:
00013 // 
00014 // Description:
00015 // 
00016 
00017 TARGET           AudioTone.exe
00018 TARGETTYPE       EXE
00019 UID              0x100039CE 0xE21EBD4F
00020 
00021 CAPABILITY       None
00022 
00023 LANG             SC
00024 
00025 // --------------------------------------------------------------------------
00026 
00027                         
00028 SOURCEPATH       ..\data\s60_3rd
00029 
00030 START RESOURCE   AudioTone.rss
00031 HEADER
00032 TARGETPATH       \resource\apps
00033 END
00034 
00035 //
00036 // For the device, the target path is \private\10003a3f\import\apps
00037 //
00038 SOURCEPATH       ..\data
00039 
00040 START RESOURCE   AudioTone_reg.rss
00041 TARGETPATH       \private\10003a3f\apps
00042 END
00043 
00044 SOURCEPATH       ..\src
00045 SOURCE           AudioToneApplication.cpp
00046 SOURCE           AudioToneDocument.cpp
00047 SOURCE           AudioToneAppUi.cpp
00048 
00049 SOURCEPATH       ..\src\s60_3rd
00050 SOURCE           AudioToneMainView.cpp
00051 
00052 
00053 SYSTEMINCLUDE       \epoc32\include
00054 SYSTEMINCLUDE       \epoc32\include\platform\mw
00055 SYSTEMINCLUDE       \epoc32\include\mw
00056 SYSTEMINCLUDE       \epoc32\include\app
00057 SYSTEMINCLUDE       \epoc32\include\platform
00058 
00059 USERINCLUDE      ..\inc
00060 USERINCLUDE      ..\inc\s60_3rd
00061 USERINCLUDE      ..\data
00062 
00063 LIBRARY          euser.lib
00064 LIBRARY          apparc.lib
00065 LIBRARY          cone.lib
00066 LIBRARY          eikcore.lib
00067 LIBRARY          eikcoctl.lib
00068 LIBRARY          avkon.lib
00069 
00070 // --------------------------------------------------------------------------
00071 
00072 SOURCEPATH ..\src
00073 SOURCE AudioTonePlayer.cpp
00074 
00075 LIBRARY          mediaclientaudio.lib 
00076 
00077 // End of File

Generated by  doxygen 1.6.2