/* Copyright (c) 2008 Nokia Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
TARGET ${{PREFIX}}scriptext.pyd
TARGETTYPE dll
CAPABILITY ${{DLL_CAPABILITIES}}
EPOCALLOWDLLDATA
SYSTEMINCLUDE \epoc32\include\python25
SYSTEMINCLUDE \epoc32\include\stdapis
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\oem
USERINCLUDE ..\inc
// libc and euser are always needed when using main() entry point
LIBRARY python25.lib libc.lib euser.lib
LIBRARY libpthread.lib libdl.lib libm.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY avkon.lib
LIBRARY commonengine.lib
LIBRARY efsrv.lib
LIBRARY estor.lib
LIBRARY bafl.lib
LIBRARY eikcoctl.lib
LIBRARY fbscli.lib
LIBRARY aknskins.lib // for skin background
LIBRARY liwServiceHandler.lib
LIBRARY flogger.lib
LIBRARY apgrfx.lib
LIBRARY apmime.lib
LIBRARY inetprotutil.lib // date and Time
LIBRARY RTSecMgrClient.lib RTSecMgrUtil.lib
SOURCEPATH ..\src
SOURCE scriptextmodule.cpp scriptext_callback.cpp
#if defined(ARMCC)
deffile ..\eabi\scriptext
#elif defined(WINSCW)
deffile ..\bwins\scriptext
#elif defined(WINS)
deffile ..\bwins\scriptext
#else
deffile ..\bmarm\scriptext
#endif