S60 3rd Edition SDK FP2 for Symbian OS
CommonDialogsEx

CommonDialogsEx.mmp

00001 /*
00002 * ==============================================================================
00003 *  Name        : CommonDialogsEx.mmp
00004 *  Part of     : CommonDialogsEx
00005 *  Description : This is project specification file for CommonDialogsEx.
00006 *  Version     : 
00007 *
00008 *  Copyright (c) 2006 Nokia Corporation.
00009 *  This material, including documentation and any related 
00010 *  computer programs, is protected by copyright controlled by 
00011 *  Nokia Corporation.
00012 * ==============================================================================
00013 */
00014 
00015 
00016 TARGET              CommonDialogsEx.exe
00017 TARGETTYPE          exe
00018 UID                 0x100039CE 0xA000027B
00019 
00020 CAPABILITY          ReadUserData WriteUserData 
00021 VENDORID            0
00022 
00023 SOURCEPATH          ..\data
00024 
00025 START RESOURCE      CommonDialogsEx.rss
00026 HEADER
00027 TARGETPATH          \resource\apps
00028 END
00029 
00030 START RESOURCE      CommonDialogsEx_reg.rss
00031 #ifdef WINSCW
00032 TARGETPATH          \private\10003a3f\apps
00033 #else
00034 TARGETPATH          \private\10003a3f\import\apps
00035 #endif
00036 END
00037 
00038 LANG                SC
00039 
00040 SOURCEPATH          ..\src
00041 SOURCE              CommonDialogsExApp.cpp
00042 SOURCE              CommonDialogsExAppUi.cpp
00043 SOURCE              CommonDialogsExDocument.cpp
00044 SOURCE              CommonDialogsExContainer.cpp
00045 SOURCE              CommonDialogsExSettingsDialog.cpp
00046 
00047 USERINCLUDE         . ..\inc
00048 
00049 SYSTEMINCLUDE       .
00050 SYSTEMINCLUDE       \epoc32\include
00051 
00052 
00053 LIBRARY             euser.lib
00054 LIBRARY             apparc.lib
00055 LIBRARY             cone.lib
00056 LIBRARY             eikcore.lib
00057 LIBRARY             eikdlg.lib
00058 LIBRARY             eikcoctl.lib
00059 LIBRARY             avkon.lib
00060 LIBRARY             bafl.lib
00061 LIBRARY             efsrv.lib
00062 LIBRARY             commondialogs.lib
00063 
00064 
00065 //End of file

© Nokia 2007

Back to top