Update message_handler_openamp to use NPU profiler

The message_handler_openamp application now uses the NPU profiler to use
a common way to collect profiling data and report it.

Change-Id: Ia2a860c790facc5193aca065636c58e1b5bbef22
Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
diff --git a/applications/message_handler_openamp/CMakeLists.txt b/applications/message_handler_openamp/CMakeLists.txt
index bc1f4a4..00e7995 100644
--- a/applications/message_handler_openamp/CMakeLists.txt
+++ b/applications/message_handler_openamp/CMakeLists.txt
@@ -1,6 +1,5 @@
 #
 # SPDX-FileCopyrightText: Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
-#
 # SPDX-License-Identifier: Apache-2.0
 #
 # Licensed under the Apache License, Version 2.0 (the License); you may
@@ -61,6 +60,7 @@
         $<$<TARGET_EXISTS:ethosu_core_driver>:ethosu_core_driver>
         ethosu_log
         ethosu_mailbox
+        ethosu_profiler
         freertos_kernel
         inference_process
         openamp-freertos)