sbsv2/raptor/lib/flm/e32abiv2ldd.flm
changeset 13 c327db0664bb
parent 2 39c28ec933dd
child 28 b8fa7dfeeaa1
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
     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".
    27 DOPOSTLINK:=1
    27 DOPOSTLINK:=1
    28 AUTOEXPORTS:=_Z19CreateLogicalDevicev,1;
    28 AUTOEXPORTS:=_Z19CreateLogicalDevicev,1;
    29 
    29 
    30 # Determine what kind of entrypoint option to set
    30 # Determine what kind of entrypoint option to set
    31 LINKER_ENTRYPOINT_LIBDEP:=$(STATIC_RUNTIME_DIR)/edev.lib
    31 LINKER_ENTRYPOINT_LIBDEP:=$(STATIC_RUNTIME_DIR)/edev.lib
    32 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRY_OPTION) _E32Dll $(LINKER_ENTRYPOINT_DECORATION) $(call dblquote,$(STATIC_RUNTIME_DIR)/edev.lib$(LINKER_ENTRYPOINT_ADORNMENT))
    32 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRY_OPTION)=_E32Dll $(LINKER_ENTRYPOINT_DECORATION)$(LINKER_SEPARATOR)$(call dblquote,$(STATIC_RUNTIME_DIR)/edev.lib$(LINKER_ENTRYPOINT_ADORNMENT))
    33 
    33 
    34 ifeq ("$(NEED_ENTRYPOINT_LIBRARY)","True")
    34 ifeq ("$(NEED_ENTRYPOINT_LIBRARY)","True")
    35 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_SETTING) $(LINKER_ENTRYPOINT_LIBDEP)
    35 LINKER_ENTRYPOINT_SETTING:=$(LINKER_ENTRYPOINT_SETTING) $(LINKER_ENTRYPOINT_LIBDEP)
    36 endif
    36 endif
    37 
    37 
    43 # Kernel code builds as arm
    43 # Kernel code builds as arm
    44 ALWAYS_BUILD_AS_ARM:=1
    44 ALWAYS_BUILD_AS_ARM:=1
    45 
    45 
    46 # No dedicated library for operator new/delete functions.
    46 # No dedicated library for operator new/delete functions.
    47 HAS_DEDICATED_OP_NEWDEL_LIB:=
    47 HAS_DEDICATED_OP_NEWDEL_LIB:=
       
    48 
       
    49 # Fixed export TARGETTYPEs should only reference a .def file if an explicit DEFFILE statement is present in the .mmp file
       
    50 ifneq ($(DEFFILEKEYWORD),)
       
    51 POSTLINKDEFFILE:=$(DEFFILE)
       
    52 SUPPORT_FREEZE:=1
       
    53 ifeq ($(NOEXPORTLIBRARY),)
       
    54 IMPORTLIBRARYREQUIRED:=1
       
    55 endif
       
    56 endif
    48 
    57 
    49 BASELIBS:=edev
    58 BASELIBS:=edev
    50 UID2:=100000af
    59 UID2:=100000af
    51 
    60 
    52 # No exception support for kernel code?
    61 # No exception support for kernel code?