sbsv2/raptor/notes/featurevariantsafe.txt
author Chetan Kapoor <chetank@symbian.org>
Fri, 09 Jul 2010 11:31:02 +0100
branchsf-sbs-distribution
changeset 612 72ff9b952200
parent 398 dde9ce4a8aa8
permissions -rw-r--r--
Add support for --asm option when using elf2e32 in the "expgen" recipe - see bug 2979 and bug 1405


By default, .mmp files that include FEATUREVARIANT will generate binaries for
both "normal", non-binary variant, build configurations and binary variant
build configurations.

In order to ensure that only invariant binaries are created for invariant
build configurations, and variant binaries for variant build configurations,
the optional setting FEATUREVARIANTSAFE can be used. FEATUREVARIANTSAFE can be
set via an os_properties.xml file and, when set, variant binaries will no
longer be created for invariant build configurations.