include/alp/device_lock.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002  * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved.
00003  * Copyright 2007, ACCESS Systems Americas, Inc. All rights reserved.
00004  *****************************************************************************/
00014 #ifndef ALP_DEVICE_LOCK_H_
00015 #define ALP_DEVICE_LOCK_H_ 1
00016 
00017 #define DEVICE_LOCK_SETTING_PATH "/bundles/bar:com.access.apps.device_lock/saved"
00018 
00019 #define DEVICE_LOCK_LOCKED_KEY  "device_lock_locked"
00020 
00021 #define DEVICE_LOCKED_KEY_PATH DEVICE_LOCK_SETTING_PATH "/" DEVICE_LOCK_LOCKED_KEY
00022 #endif

Generated on Wed Jul 30 07:06:39 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.