sysstatemgmt/systemstatereferenceplugins/clayer/inc/starterdomaincrkeys.h
changeset 63 09d657f1ee00
parent 12 e978f818f9bd
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
    52     {
    52     {
    53     EStartupIsFirstBoot = 0,
    53     EStartupIsFirstBoot = 0,
    54     EStartupNotFirstBoot
    54     EStartupNotFirstBoot
    55     };
    55     };
    56 
    56 
       
    57 /**
       
    58 * Used by Starter to store the device lock status
       
    59 */
       
    60 const TUint32 KStartupDevLockStatus = 0x00000004;
       
    61 enum TStartupDevLockSuccess
       
    62     {
       
    63     EStartupDevLockNotSucess = 100,
       
    64     EStartupDevLockSucess
       
    65     };
       
    66 
    57 #endif // STARTERDOMAINCRKEYS_H
    67 #endif // STARTERDOMAINCRKEYS_H
    58 
    68 
    59 // End of File
    69 // End of File
    60 
    70