uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestnote/group/bctestnote.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  project specification file for the bctestnote
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          bctestnote.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x20004749
       
    23 
       
    24 VENDORID        0x101FB657
       
    25 CAPABILITY      NetworkServices LocalServices Location ReadUserData  \
       
    26                 WriteUserData ReadDeviceData WriteDeviceData SwEvent \
       
    27                 UserEnvironment
       
    28 
       
    29 TARGETPATH      sys/bin
       
    30 
       
    31 EPOCSTACKSIZE 0x10000
       
    32 EPOCHEAPSIZE 0x10000 0x1000000
       
    33 
       
    34 START RESOURCE bctestnote.rss
       
    35 
       
    36 HEADER
       
    37 TARGETPATH resource/apps
       
    38 END  // RESOURCE
       
    39 
       
    40 LANG            sc
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          bctestnoteapp.cpp
       
    44 SOURCE          bctestnotedocument.cpp
       
    45 SOURCE          bctestnoteappui.cpp
       
    46 SOURCE          bctestnoteview.cpp
       
    47 SOURCE          bctestnotecontainer.cpp
       
    48 SOURCE          bctestnotewrappercase.cpp
       
    49 SOURCE          bctestwaitdialogcase.cpp
       
    50 SOURCE          bctestsubstaticnote.cpp
       
    51 SOURCE          bcteststaticnotecase.cpp
       
    52 SOURCE          bctesteikinfodialogcase.cpp
       
    53 SOURCE          bctestsubeikprogressinfo.cpp
       
    54 SOURCE          bctesteikprogressinfocase.cpp
       
    55 SOURCE          bctestsubwaitnotewrapper.cpp
       
    56 SOURCE          bctestwaitnotewrappercase.cpp
       
    57 SOURCE          bctestsubnotedialog.cpp
       
    58 SOURCE          bctestnotedialogcase.cpp
       
    59 SOURCE          bctestnotecontrolcase.cpp
       
    60 
       
    61 USERINCLUDE     . ../inc
       
    62 USERINCLUDE     ../../../bctestutil/inc
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 LIBRARY	    	aknicon.lib
       
    67 LIBRARY         aknskins.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         apparc.lib
       
    70 LIBRARY         aknnotify.lib
       
    71 LIBRARY         apgrfx.lib
       
    72 LIBRARY         bafl.lib 
       
    73 LIBRARY         bctestutil.lib 
       
    74 LIBRARY         cone.lib
       
    75 LIBRARY         egul.lib
       
    76 LIBRARY         euser.lib
       
    77 LIBRARY         eikcore.lib
       
    78 LIBRARY         eikcoctl.lib
       
    79 LIBRARY         eikctl.lib
       
    80 LIBRARY         eikdlg.lib
       
    81 LIBRARY         eikcdlg.lib
       
    82 LIBRARY         estor.lib
       
    83 
       
    84 // Creates Mbm file.
       
    85 START BITMAP    bctestnote.mbm
       
    86 HEADER
       
    87 TARGETPATH      /resource/apps 
       
    88 SOURCEPATH ../datasrc
       
    89 SOURCE c12 bctestnoteerroricon.bmp
       
    90 SOURCE c12 bctestnoteerroriconm.bmp
       
    91 SOURCE c12 bctestnotewarningicon.bmp
       
    92 SOURCE c12 bctestnotewarningiconm.bmp
       
    93 SOURCE c12 bctestnoteinformationicon.bmp
       
    94 SOURCE c12 bctestnoteinformationiconm.bmp
       
    95 SOURCE c12 bctestnoteconfirmationicon.bmp
       
    96 SOURCE c12 bctestnoteconfirmationiconm.bmp
       
    97 SOURCE c12 bctestnotewaiticon.bmp
       
    98 SOURCE c12 bctestnotewaiticonm.bmp
       
    99 SOURCE c12 bctestnotepermanenticon.bmp
       
   100 SOURCE c12 bctestnotepermanenticonm.bmp
       
   101 SOURCE c12 bctestnoteprogressicon.bmp
       
   102 SOURCE c12 bctestnoteprogressiconm.bmp
       
   103 source c8  indicato.bmp
       
   104 source c8  indicatom.bmp
       
   105 source c8  testimage1.bmp
       
   106 source c8  testimage1mask.bmp
       
   107 source c8  qgn_indi_attach_audio.bmp
       
   108 source c8  qgn_indi_attach_audio_mask.bmp
       
   109 source c8  lshellicon.bmp
       
   110 source c8  lshelliconm.bmp
       
   111 source c8  photo.bmp
       
   112 source c8  photom.bmp
       
   113 source c8  30x40.bmp
       
   114 source c8  30x40m.bmp
       
   115 END
       
   116 
       
   117 START RESOURCE ../group/bctestnote_reg.rss
       
   118 DEPENDS bctestnote.rsg
       
   119 HEADER
       
   120 TARGETPATH /private/10003a3f/apps
       
   121 END
       
   122