The Hello World Application can be renamed (for example from amsr_vector_app_hello_world_example to amsr_vector_app_my_example) by changing the short name of the build target in the build system and the short name of the short name of the application itself at the same time.

Rename For Build System

To rename the short name of the application, you must ensure that the new short name is known to the build system:

  1. Open the <APP_DIR>/app/hello_world/BUILD.bazel file.
  2. Change the variable model_executable_short_name to amsr_vector_app_my_example in the file.

Rename For Application

The easiest and recommended way to rename your application is by using DaVinci Developer Adaptive.

  1. Open your project via DaVinci Developer Adaptive.
  2. S_OpenProjectsFromFileSystem
  3. Click [Directory] and browse to the directory amsr-vector-app-my-example.
  4. Click [Finish].
  5. Open the context menu on your project.
  6. Select Configure | Convert to DaVinci Adaptive Project....
  7. S_ConvertToDaAdaptive
  8. Set model as Model and select User Application.
  9. S_ConvertBasisSettings
  10. Click [Next] and [Finish].
  11. Rename amsr_vector_app_hello_word_example to amsr_vector_app_my_example in the name field.

S_RenameArxml