Can somebody please help me understand what is Legato Nested Component in Legato Application Framework? When Do I create Legato Component and when should I create Legato Nested Component?
Should I create my static/shared library separately and import to Legato Application Framework or should I go for creating a component in Legato which can be used my other Legato application? Which one is a better approach? Please correct me if my understanding is wrong because I am a novice in Legato.
In an legato application, you can create several components by right click the project → New → Legato Nested Component.
BTW, how are you going to create static/shared library separately ? I don’t see such option in Develop studio.
Even by using nested components, if you’re not using the api files mechanism, you need to specify where are your headers from one component to another, by using cflags sections.