uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomcoreui/group/bctestdomcoreui.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     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 BCTestDomCoreUi.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          bctestdomcoreui.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x0 0xA000409F
       
    24 
       
    25 VENDORID        0x101FB657
       
    26 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    27                 WriteUserData ReadDeviceData WriteDeviceData SwEvent \
       
    28                 UserEnvironment
       
    29 
       
    30 TARGETPATH      sys/bin
       
    31 
       
    32 START RESOURCE bctestdomcoreui.rss
       
    33 HEADER
       
    34 TARGETPATH resource/apps
       
    35 END  // RESOURCE
       
    36 
       
    37 LANG            01
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          bctestdomcoreuiapp.cpp
       
    41 SOURCE          bctestdomcoreuidocument.cpp
       
    42 SOURCE          bctestdomcoreuiappui.cpp
       
    43 SOURCE          bctestdomcoreuiview.cpp
       
    44 SOURCE          bctestdomcoreuicontainer.cpp
       
    45 SOURCE          bctestdomcoreuicase.cpp
       
    46 SOURCE          bctestdommenusatinterface.cpp
       
    47 
       
    48 USERINCLUDE     . ../inc
       
    49 USERINCLUDE     ../../../bctestutil/inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         apparc.lib
       
    55 LIBRARY         cone.lib
       
    56 LIBRARY         eikcore.lib
       
    57 LIBRARY         eikcoctl.lib
       
    58 LIBRARY         avkon.lib
       
    59 LIBRARY         ws32.lib
       
    60 LIBRARY         aknskins.lib
       
    61 LIBRARY         apgrfx.lib
       
    62 LIBRARY         bctestutil.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         MenuInterface.lib
       
    65 LIBRARY         pbkeng.lib
       
    66 LIBRARY         eikdlg.lib 
       
    67 LIBRARY         eikctl.lib
       
    68 LIBRARY         eikcdlg.lib 
       
    69 LIBRARY         voiceuirecognition.lib
       
    70 
       
    71 START RESOURCE ../group/bctestdomcoreui_reg.rss
       
    72 DEPENDS bctestdomcoreui.rsg
       
    73 HEADER
       
    74 TARGETPATH /private/10003a3f/apps
       
    75 END
       
    76