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