mbed-os/connectivity/cellular/tests/UNITTESTS/doubles
Lingkai Dong dca2aa79a0 Unit tests: Remove redundant CMake target mbed-headers-base
Individual libraries' `target_h` stub headers have now all been moved
from `mbed-headers-base` to `mbed-headers-<library>`.

Note: Even though headers previously in `target_h` are technically
stubs/fakes too, they are used by not only unit tests but also regular
libraries when compiled for unit tests, because no target-specific HAL
implementation exists in this case. In order for regular library
sources to pick up `target_h` headers, those headers must

* have the same names as regular headers
* appear first in include paths

This is why those headers are part of `mbed-headers-<library>` and not
`mbed-stubs-<library>`. Before this refactoring, `mbed-headers-base`
was the first in unit tests' include paths.
2021-08-02 17:42:43 +01:00
..
ATHandler_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
ATHandler_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
AT_CellularContext_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularDevice_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularDevice_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
AT_CellularInformation_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularNetwork_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularNetwork_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
AT_CellularSMS_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_CellularStack_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
AT_ControlPlane_netif_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CMakeLists.txt Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
CellularContext_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularDevice_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularDevice_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
CellularStateMachine_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularStateMachine_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
CellularUtil_stub.cpp CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir 2021-06-30 06:01:42 -07:00
CellularUtil_stub.h CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir 2021-07-02 06:30:32 -07:00
myCellularContext.h Unit tests: Fix style in cellular myCellularContext.h stub 2021-08-02 13:47:57 +01:00
myCellularDevice.h Unit tests: Move cellular target_h stubs 2021-08-02 13:47:57 +01:00