Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r7f61c3b45a50145fe5c245018d481d6266166fa6 -r5a4a26f106ba03759e3a89b19690fa678f8a3aca --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 7f61c3b45a50145fe5c245018d481d6266166fa6) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 5a4a26f106ba03759e3a89b19690fa678f8a3aca) @@ -184,7 +184,15 @@ const char *Bluetooth_Paired_Reset = "bluetooth_paired_clear.sh"; const char *Bluetooth_Paired_Query = "bluetooth_paired_query.sh"; - // Encrypted Partision - cryptsetup + // Encrypted Partition - cryptsetup const char *Crypt_Setup = "crypt_setup.sh"; + // Factory Reset + const char *Factory_Reset = "factory_reset.sh"; + + // Device Decommissioning + const char *Device_Decommission = "decommission.sh"; + + const char *CloudSyncPath = "/var/configurations/CloudSync/credentials/"; + }