GBS Logo Generic Build Support (GBS) - User Manual HOME
The scope.gbs files

Purpose

The scope.gbs files are located in the GBS_COMPONENT_PATH directory and are used to specify which Components are in scope.

General

Please refer to .gbs files: General information

Additional for this file:

Contents:

Syntax:

component_name [ target-line-selection ]

Semantics:

component_name
The Component to included in the scope

Notes:

None

Example of a scope.gbs:

#========================================================
#   [OMS::test_no_unix:main]SCOPE.GBS
#========================================================
superglo
test_all                                = gnu

###EOF###