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