configurationengine/source/scripts/cone_defaults.cfg
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description: 
       
    14 
       
    15 [DEFAULT]
       
    16 # Settings for cone implmentation plugins 
       
    17 # default path setting for all plugins 
       
    18 # output path is a concatenation of output_root, output_subdir and plugin_output
       
    19 output_root=output
       
    20 output_subdir=
       
    21 plugin_output=
       
    22 output=%(output_root)s/%(output_subdir)s/%(plugin_output)s
       
    23 
       
    24 # plugin tags can be set as a dictionary
       
    25 plugin_tags     = {}
       
    26 
       
    27 # plugin phase can be pre, normal or post
       
    28 plugin_phase    = normal
       
    29 
       
    30 # Sections for different plugins
       
    31 [CRML]
       
    32 plugin_output   = private/10202BE9
       
    33 plugin_tags     = {'target' : ['rofs2','rofs3']}
       
    34 
       
    35 [GCFML]
       
    36 plugin_tags     = {'target' : ['rofs2','rofs3']}
       
    37 
       
    38 [CONTENT]
       
    39 plugin_tags     = {'target' : ['rofs3']}
       
    40 
       
    41 [MAKEML]
       
    42 plugin_tags     = {'target' : ['makefile']}
       
    43 
       
    44 [RULEML]
       
    45 plugin_tags     = {}
       
    46 
       
    47 [IMAGEML]
       
    48 plugin_tags     = {'target' : ['rofs3']}
       
    49 
       
    50 [THEMEML]
       
    51 plugin_tags     = {'target' : ['rofs3']}