Restruture device_key

Restructure device_key to have
* include/device_key - header
* source - source file
* tests/TESTS - Greentea test
pull/13433/head
Lingkai Dong 2020-08-14 17:20:52 +01:00
parent ccacd5caf6
commit 3681a874e6
4 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ To instantiate DeviceKey, you need to call its `get_instance` member function as
Run the DeviceKey functionality test with the `mbed` command as follows:
```
```mbed test -n features-device_key-tests-device_key-functionality```
```mbed test -n drivers-device_key-tests-tests-device_key-functionality```
```

View File

@ -23,7 +23,7 @@
#include MBEDTLS_CONFIG_FILE
#endif
#include "features/device_key/source/DeviceKey.h"
#include "device_key/DeviceKey.h"
#define SECURESTORE_ENABLED 1