configurationengine/source/scripts/cone.ini
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     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 "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 [actions]
       
    18 configuration_actions        = configuration
       
    19 project_actions              = project
       
    20 extension_actions            = extension
       
    21 
       
    22 [configuration]
       
    23 # a list of cone commands
       
    24 validate    = conesub_validate
       
    25 generate    = conesub_generate
       
    26 compare     = conesub_compare
       
    27 fix         = conesub_fix
       
    28 report      = conesub_report
       
    29 update      = conesub_update
       
    30 
       
    31 [project]
       
    32 # a list of cone commands
       
    33 info        = conesub_info
       
    34 export      = conesub_export
       
    35 merge       = conesub_merge
       
    36 
       
    37 [extension]
       
    38 initvariant = conesub_initvariant
       
    39 packvariant = conesub_packvariant
       
    40 rootflatten = configroot2flat