classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctestnotifier/group/bctestnotifier.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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 BCTestNotifier.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 TARGET          BCTestNotifier.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x0 0x2000475F
       
    29 
       
    30 
       
    31 VENDORID        0x101FB657
       
    32 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    33                 WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    34 
       
    35 TARGETPATH      sys/bin
       
    36 
       
    37 EPOCSTACKSIZE 0x10000
       
    38 EPOCHEAPSIZE 0x10000 0x1000000
       
    39 
       
    40 START RESOURCE BCTestNotifier.rss
       
    41 HEADER
       
    42 TARGETPATH resource/apps
       
    43 END  // RESOURCE
       
    44 
       
    45 //LANG            SC
       
    46 
       
    47 SOURCEPATH      ../Src
       
    48 SOURCE          bctestnotifierapp.cpp
       
    49 SOURCE          bctestnotifierdocument.cpp
       
    50 SOURCE          bctestnotifierappui.cpp
       
    51 SOURCE          bctestnotifierview.cpp
       
    52 SOURCE          bctestnotifiercontainer.cpp
       
    53 SOURCE          bctestnotifiercase.cpp
       
    54 SOURCE          bctestactiveengine.cpp
       
    55 
       
    56 USERINCLUDE     . ../Inc
       
    57 USERINCLUDE     ../../../bctestutil/inc
       
    58 
       
    59 SYSTEMINCLUDE   . /epoc32/include
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         apparc.lib
       
    63 LIBRARY         cone.lib
       
    64 LIBRARY         eikcore.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         insock.lib
       
    67 LIBRARY         avkon.lib
       
    68 LIBRARY         ws32.lib
       
    69 LIBRARY         aknskins.lib
       
    70 LIBRARY         apgrfx.lib
       
    71 LIBRARY         bctestutil.lib
       
    72 LIBRARY			efsrv.lib
       
    73 LIBRARY         estor.lib 
       
    74 LIBRARY         aknnotify.lib
       
    75 LIBRARY         bafl.lib
       
    76 
       
    77 // Changes for Scalable UI:
       
    78 // New registration resource defined.
       
    79 // else Normal AIF will work.
       
    80 
       
    81 START RESOURCE ../group/BCTestNotifier_reg.rss
       
    82 DEPENDS bctestnotifier.rsg
       
    83 HEADER
       
    84 TARGETPATH /private/10003a3f/apps
       
    85 END
       
    86 
       
    87 // End of File