Index: sources/storage/StorageGlobals.h =================================================================== diff -u -rfb43510552969e9fb3c3f10ae693ba81ea7e8d52 -r5a4a26f106ba03759e3a89b19690fa678f8a3aca --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision fb43510552969e9fb3c3f10ae693ba81ea7e8d52) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 5a4a26f106ba03759e3a89b19690fa678f8a3aca) @@ -121,6 +121,15 @@ extern const char *Bluetooth_Paired_Reset; extern const char *Bluetooth_Paired_Query; - // Encrypted Partision - cryptsetup + // Encrypted Partition - cryptsetup extern const char *Crypt_Setup; + + // Factory Reset + extern const char *Factory_Reset; + + // Device Decommissioning + extern const char *Device_Decommission; + + extern const char *CloudSyncPath; + }