imgtools/imaker/config/example_imaker_extension.mk
changeset 1 be27ed110b50
child 584 56dd7656a965
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 #
       
     2 # Copyright (c) 2009 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 "Symbian Foundation License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 # Example version of imaker_extension.mk.
       
    16 # To extend/change default configuration set in imaker.mk.
       
    17 #
       
    18 
       
    19 
       
    20 ###############################################################################
       
    21 #
       
    22 
       
    23 ifndef __IMAKER_EXTENSION_MK__
       
    24 __IMAKER_EXTENSION_MK__ := 1
       
    25 
       
    26 # This part is run from imaker.mk BEFORE user makefiles are read
       
    27 
       
    28 PRODUCT_MANUFACT = manufacturer
       
    29 
       
    30 
       
    31 ###############################################################################
       
    32 
       
    33 else
       
    34 ifeq ($(__IMAKER_EXTENSION_MK__),1)
       
    35 __IMAKER_EXTENSION_MK__ := 2
       
    36 
       
    37 # This part is run from imaker.mk AFTER user makefiles are read
       
    38 
       
    39 endif
       
    40 endif # __IMAKER_EXTENSION_MK__
       
    41 
       
    42 # END OF IMAKER_EXTENSION.MK