webengine/wmlengine/group/script/script.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 13:31:38 +0200
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
permissions -rw-r--r--
Revision: 200951 Kit: 201001

/*
* Copyright (c) 1997-2001 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/

#include  "../webkitcommon.mmpi"

TARGET          script.lib
TARGETTYPE      lib
SOURCEPATH      ../../src/script/src

CAPABILITY CAP_GENERAL_DLL
VENDORID        VID_DEFAULT
// Main Script Engine source code
SOURCE	nwx_script_handler.c
SOURCE	scr_api.c
SOURCE	scr_browser.c
SOURCE	scr_constpool.c
SOURCE	scr_context.c
SOURCE	scr_conv.c
SOURCE	scr_core.c
SOURCE	scr_debug.c
SOURCE	scr_dialog.c
SOURCE	scr_estack.c
SOURCE	scr_fcns.c
SOURCE	scr_float.c
SOURCE	scr_frstack.c
SOURCE	scr_handle.c
SOURCE	scr_inter.c
SOURCE	scr_lang.c
SOURCE	scr_opcodes.c
SOURCE	scr_msgs.c
SOURCE	scr_params.c
SOURCE	scr_ptrstack.c
SOURCE	scr_reader.c
SOURCE	scr_str.c
SOURCE	scr_strlib.c
SOURCE	scr_url.c
SOURCE	scr_val.c
SOURCE	scr_valexpr.c
SOURCE	scr_wta.c
SOURCE	scr_crypto.c