webengine/device/group/Device.mmp
changeset 0 dd21522fd290
child 13 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2008 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 the License "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:  
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET          jsdevice.dll
       
    19 TARGETTYPE      dll
       
    20  /* TBD get real UID */
       
    21 UID 0x10000079  0xa0281418
       
    22  
       
    23 #include <bldvariant.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 #include <platform_paths.hrh>
       
    26 #include <platform/mw/Browser_platform_variant.hrh>
       
    27 MACRO __S60__
       
    28 MACRO arm
       
    29 MACRO ASSERT_DISABLED
       
    30 MACRO NOKIA_CHANGES
       
    31 MACRO __CPLUSPLUS
       
    32 
       
    33 OPTION CW -warn noempty,nounused,nounwanted,nopedantic
       
    34 OPTION ARMCC --diag_suppress 111,177,1293,1,1299,830,550,427 --fpmode fast
       
    35 
       
    36 LANGUAGE_IDS
       
    37 
       
    38 VENDORID  VID_DEFAULT
       
    39 CAPABILITY  CAP_GENERAL_DLL
       
    40 EPOCALLOWDLLDATA
       
    41 
       
    42 #if defined(WINSCW)
       
    43 deffile ../BWINSCW/Device.def
       
    44 #elif defined(ARMCC)
       
    45 deffile ../EABI/Device.def
       
    46 #endif
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE ../../osswebengine/JavaScriptCore
       
    50 SYSTEMINCLUDE ../../osswebengine/JavaScriptCore/kjs
       
    51 SYSTEMINCLUDE ../../osswebengine/JavaScriptCore/bindings
       
    52 SYSTEMINCLUDE ../../osswebengine/JavaScriptCore/wtf
       
    53 SYSTEMINCLUDE ../../osswebengine/JavaScriptCore/wtf/symbian
       
    54 SYSTEMINCLUDE ../../../../../
       
    55 MW_LAYER_ECOM_SYSTEMINCLUDE
       
    56 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    57 SYSTEMINCLUDE ../../../inc
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 SOURCEPATH      ../src 
       
    61 
       
    62 
       
    63 SOURCE          Device.cpp
       
    64 SOURCE          DeviceBridge.cpp
       
    65 SOURCE          ServiceEventHandler.cpp
       
    66 SOURCE          ServiceObject.cpp
       
    67 SOURCE          DeviceLiwInterface.cpp
       
    68 SOURCE          DeviceLiwBinding.cpp
       
    69 SOURCE          DeviceLiwPeer.cpp
       
    70 SOURCE          DeviceLiwMap.cpp
       
    71 SOURCE          DeviceLiwIterable.cpp
       
    72 SOURCE          DeviceLiwResult.cpp
       
    73 
       
    74 LIBRARY         euser.lib 
       
    75 LIBRARY         JavaScriptCore.lib
       
    76 LIBRARY         ContentListingFramework.lib
       
    77 LIBRARY         liwServiceHandler.lib 
       
    78 LIBRARY         estlib.lib
       
    79 LIBRARY         RTSecMgrClient.lib  
       
    80 LIBRARY         RTSecMgrUtil.lib 
       
    81 LIBRARY         WidgetRegistryClient.lib
       
    82 LIBRARY         efsrv.lib