Enhance manifest and apparmor placeholders
This MR
- exposes
CLICK_FRAMEWORK,CLICK_FRAMEWORK_BASEandAPPARMOR_POLICYas env vars to simplify CMake configuration of manifest file - add support for replacing
$ENV{...}placeholders in manifest (easiest for CMake configure) so that they can be used by apps that don't build with CMake, too (see ut-app-meta-template!62) - deprecate
SDK_FRAMEWORKas placeholder/env var (replaced byCLICK_FRAMEWORKfor more consistent naming)
Edited by Jonatan Hatakeyama Zeidler