Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



aif

aif target-file source-path resource [color-depth] source-bitmap-list

If your project has an application information file, specify it using the aif statement.

The target-file to be produced by aiftool should be given with its extension, eg squash.aif. The target file will be created in the same directory as the application.

The source-path should contain the source resource file and any bitmaps the target-file requires. If the source-path is specified as a relative path, it will be considered relative to the directory containing the .mmp file.

The resource file for the aif file should be given complete with its extension.

A single color-depth must be specified for all the source bitmaps, and must be of the form [c]digit[digit], where the optional “c” denotes whether the bitmap is a color bitmap and the digits represent the color-depth. All the source bitmaps should be listed together with their extensions.

Currently, building of application information files within the MSVC IDE is not supported.

Example

aif hello.aif \hello\aif\ hello.rss c8 hello.bmp hellom.bmp