javauis/eswt_akn/eswtapifacade/group/eswtapifacade.mmp
branchRCL_3
changeset 19 04becd199f91
child 60 6c158198356e
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     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:  THIS FILE IS NOT INCLUDED INTO ECLIPSE CVS DELIVERY
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 // java/inc
       
    25 #include <../../../../inc/project_defines.hrh>
       
    26 #include <../../../../inc/build_defines.hrh>
       
    27 #include <../../../../inc/java_stdcpp_support_for_dll.hrh>
       
    28 
       
    29 
       
    30 TARGET          eswtapifacade.dll
       
    31 TARGETTYPE      dll
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 UID             0x10282F32 0x2000CFEC
       
    34 VERSION         12.19065
       
    35 
       
    36 // Modify default options to optimize for speed over size in this module.
       
    37 OPTION ARMCC -O3
       
    38 OPTION ARMCC -Otime
       
    39 ALWAYS_BUILD_AS_ARM
       
    40 
       
    41 
       
    42 NOSTRICTDEF
       
    43 #if defined(WINSCW)
       
    44 DEFFILE     ../bwins/eswtapifacade.def
       
    45 #else
       
    46 DEFFILE     ../eabi/eswtapifacade.def
       
    47 #endif
       
    48 
       
    49 PAGED
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../org.eclipse.ercp.swt.s60/native/inc
       
    53 SYSTEMINCLUDE	/epoc32/include/ecom
       
    54 
       
    55 // java/javauis/inc
       
    56 SYSTEMINCLUDE   ../../../inc
       
    57 
       
    58 // java/inc
       
    59 SYSTEMINCLUDE   ../../../../inc
       
    60 
       
    61 SOURCEPATH  ../src
       
    62 SOURCE swtbrowseractiveapdb.cpp
       
    63 SOURCE swtbrowserapdatahandler.cpp
       
    64 SOURCE swtbrowserapitem.cpp
       
    65 SOURCE swtbrowserapsettingshandler.cpp
       
    66 SOURCE swtbrowseraputils.cpp
       
    67 SOURCE swtbrowserdialogsproviderobserverproxyprivate.cpp
       
    68 SOURCE swtbrowserdialogsproviderproxy.cpp
       
    69 SOURCE swtbrowserschemehandler.cpp
       
    70 SOURCE swtbrowservpnapengine.cpp
       
    71 SOURCE swtbrowservpnapitem.cpp
       
    72 SOURCE swtbuttonproxy.cpp
       
    73 SOURCE swtcomboproxy.cpp
       
    74 SOURCE swtcustombutton.cpp
       
    75 SOURCE swtlaffacade.cpp
       
    76 SOURCE swtpopupformproxy.cpp
       
    77 SOURCE swtpopupformproxyprivate.cpp
       
    78 SOURCE swtmidremconobserver.cpp
       
    79 
       
    80 
       
    81 LIBRARY avkon.lib
       
    82 LIBRARY cdlengine.lib
       
    83 LIBRARY aknlayout2.lib
       
    84 LIBRARY aknlayout2scalable.lib
       
    85 LIBRARY centralrepository.lib
       
    86 LIBRARY browserdialogsprovider.lib
       
    87 LIBRARY apengine.lib
       
    88 LIBRARY ecom.lib
       
    89 LIBRARY eikdlg.lib
       
    90 LIBRARY eikcoctl.lib
       
    91 LIBRARY cone.lib
       
    92 LIBRARY eikcore.lib
       
    93 LIBRARY gfxtrans.lib
       
    94 LIBRARY remconcoreapi.lib
       
    95 LIBRARY remconinterfacebase.lib
       
    96 LIBRARY featmgr.lib 
       
    97 LIBRARY apsettingshandlerui.lib
       
    98 LIBRARY eikctl.lib
       
    99 LIBRARY javaremconobserver.lib
       
   100 
       
   101 #ifdef RD_JAVA_ADVANCED_TACTILE_FEEDBACK
       
   102 LIBRARY touchfeedback.lib
       
   103 #endif //RD_JAVA_ADVANCED_TACTILE_FEEDBACK