File names

Rule #1:

Select a nice file name (Required)

  • Common Libraries: <name>.library

  • Container Libraries: <name>_Cnt.library

  • Interface Libraries: <name>_Itfs.library

The file name of a library should be a short, significant term, referring to the content of the library.

  • A Common Library must not have any special extension. (e.g. Storage.library)

  • A Container Library has usually the string _Cnt appended to the "normal" file name (e.g. SysTime_Cnt.library).

  • A Interface Library has usually the string _Itfs appended to the "normal" file name (e.g. AlarmManager_Itfs.library).