2 * ============================================================================
3 * Name : SimLockUIKeys.h
4 * Part of : Sim Lock UI Application
5 * Description : SimLock P&S keys
8 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
10 * This component and the accompanying materials are made available
11 * under the terms of "Eclipse Public License v1.0"
12 * which accompanies this distribution, and is available
13 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
15 * Initial Contributors:
16 * Nokia Corporation - initial contribution.
20 * Description: Build info file for Ado domain appinstall
21 * ============================================================================
24 #ifndef __SIMLOCKUI_KEYS_H__
25 #define __SIMLOCKUI_KEYS_H__
29 #include <aknnotedialog.h> // CAknNoteDialog::TTone
30 #include <e32property.h> // RProperty.
33 // FORWARD DECLARATIONS
35 const TUid KSimLockProperty={0x10003b21};
38 enum TSimLockPropertyKeys { ESimLockProperty, ESimLockActiveStatus };
42 *1: Indicates that "function" is done
44 enum TSimLockActiveStatus
46 KSimLockStatusUnknown = 0,
50 #endif // __SIMLOCKUI_KEYS_H__