sbsv2/raptor/lib/flm/e32abiv2kdll.flm
changeset 18 de5b887c98f7
parent 13 c327db0664bb
child 28 b8fa7dfeeaa1
equal deleted inserted replaced
14:eb060913c963 18:de5b887c98f7
     1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    46 BASELIBS:=ekll.lib
    46 BASELIBS:=ekll.lib
    47 ifeq ($(NOEXPORTLIBRARY),)
    47 ifeq ($(NOEXPORTLIBRARY),)
    48 IMPORTLIBRARYREQUIRED:=1
    48 IMPORTLIBRARYREQUIRED:=1
    49 endif
    49 endif
    50 POSTLINKDEFFILE:=$(DEFFILE)
    50 POSTLINKDEFFILE:=$(DEFFILE)
       
    51 SUPPORT_FREEZE:=1
    51 
    52 
    52 # No exception support for kernel code?
    53 # No exception support for kernel code?
    53 EXCEPTIONS:=$(NO_EXCEPTIONS)
    54 EXCEPTIONS:=$(NO_EXCEPTIONS)
    54 
    55 
    55 
    56