File tree Expand file tree Collapse file tree
cmake/test/data/cmake/target Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#ifndef FW_STATEMENT_BUFFER_HPP
22#define FW_STATEMENT_BUFFER_HPP
33
4- #include < config/FpConfig .hpp>
4+ #include < Fw/FPrimeBasicTypes .hpp>
55#include < Fw/Types/Serializable.hpp>
66#include < Fw/Types/SerIds.hpp>
77
Original file line number Diff line number Diff line change @@ -18,34 +18,35 @@ set(EXPECTED_FULL_DEPENDENCIES
1818 Fw_Obj
1919 Fw_Port
2020 Fw_Prm
21+ Fw_StringFormat_snprintf
2122 Fw_Time
2223 Fw_Tlm
2324 Fw_Types
2425 Os
25- Os_Console_Common
26+ Os_Console
2627 Os_Console_Posix
2728 Os_Console_Posix_Implementation
28- Os_Cpu_Common
29+ Os_Cpu
2930 Os_Cpu_${FPRIME_PLATFORM}
3031 Os_Cpu_${FPRIME_PLATFORM} _Implementation
31- Os_File_Common
32+ Os_File
3233 Os_File_Posix
3334 Os_File_Posix_Implementation
3435 Os_Generic_PriorityQueue
3536 Os_Generic_PriorityQueue_Implementation
3637 Os_Generic_Types
37- Os_Memory_Common
38+ Os_Memory
3839 Os_Memory_${FPRIME_PLATFORM}
3940 Os_Memory_${FPRIME_PLATFORM} _Implementation
40- Os_Mutex_Common
41+ Os_Mutex
4142 Os_Mutex_Posix
4243 Os_Mutex_Posix_Implementation
4344 Os_Posix_Shared
44- Os_Queue_Common
45- Os_RawTime_Common
45+ Os_Queue
46+ Os_RawTime
4647 Os_RawTime_Posix
4748 Os_RawTime_Posix_Implementation
48- Os_Task_Common
49+ Os_Task
4950 Os_Task_Posix
5051 Os_Task_Posix_Implementation
5152 Svc_CmdDispatcher
@@ -58,7 +59,6 @@ set(EXPECTED_FULL_DEPENDENCIES
5859 __fprime_config
5960 cmake_platform_unix_Platform
6061 default_config
61- snprintf-format
6262)
6363
6464function (test_recursion_add_global_target TARGET )
You can’t perform that action at this time.
0 commit comments