uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdompopup/group/bctestdompopup.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2007 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 BCtestdompopup.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          bctestdompopup.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x0 0xA00040A6
       
    24 
       
    25 VENDORID        0x101FB657
       
    26 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    27                 WriteUserData ReadDeviceData WriteDeviceData SwEvent \
       
    28                 UserEnvironment
       
    29 
       
    30 TARGETPATH      sys/bin
       
    31 
       
    32 EPOCSTACKSIZE 0x10000
       
    33 EPOCHEAPSIZE 0x10000 0x1000000
       
    34 
       
    35 START RESOURCE bctestdompopup.rss
       
    36 HEADER
       
    37 TARGETPATH resource/apps
       
    38 END  // RESOURCE
       
    39 
       
    40 LANG            01
       
    41 
       
    42 SOURCEPATH      ../Src
       
    43 SOURCE          bctestdompopupapp.cpp
       
    44 SOURCE          bctestdompopupdocument.cpp
       
    45 SOURCE          bctestdompopupappui.cpp
       
    46 SOURCE          bctestdompopupview.cpp
       
    47 SOURCE          bctestdompopupcontainer.cpp
       
    48 SOURCE          bctestdompopupcase.cpp
       
    49 SOURCE          bctestdompopupimp.cpp
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../../bctestutil/inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         estor.lib 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         eikcore.lib
       
    61 LIBRARY         eikcoctl.lib
       
    62 LIBRARY			eikdlg.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         ws32.lib
       
    65 LIBRARY         aknskins.lib
       
    66 LIBRARY         apgrfx.lib
       
    67 LIBRARY         bctestutil.lib
       
    68 LIBRARY	        efsrv.lib
       
    69 LIBRARY         egul.lib
       
    70 LIBRARY         AknNotify.lib
       
    71 
       
    72 START RESOURCE ../group/bctestdompopup_reg.rss
       
    73 DEPENDS bctestdompopup.rsg
       
    74 HEADER
       
    75 TARGETPATH /private/10003a3f/apps
       
    76 END
       
    77 
       
    78 // End of File