sysstatemgmt/systemstatereferenceplugins/clayer/inc/starterdomaincrkeys.h
changeset 52 d6b9e89d80a3
parent 12 e978f818f9bd
equal deleted inserted replaced
50:48a00b70dc49 52:d6b9e89d80a3
    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