22
|
1 |
/*
|
|
2 |
* ============================================================================
|
|
3 |
* Name : SimLockUI_reg.rss
|
|
4 |
* Part of : SimLock UI
|
|
5 |
* Description : SimLock UI App Registration file file
|
|
6 |
* Version :
|
|
7 |
*
|
|
8 |
* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
9 |
* All rights reserved.
|
|
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".
|
|
14 |
*
|
|
15 |
* Initial Contributors:
|
|
16 |
* Nokia Corporation - initial contribution.
|
|
17 |
*
|
|
18 |
* Contributors:
|
|
19 |
*
|
|
20 |
* Description: Build info file for Ado domain appinstall
|
|
21 |
* ============================================================================
|
|
22 |
*/
|
|
23 |
|
|
24 |
//SimLockUI application's registration resource file
|
|
25 |
|
|
26 |
#include <appinfo.rh>
|
|
27 |
#include <simlockui.rsg>
|
|
28 |
|
|
29 |
#include "simlockui.hrh"
|
|
30 |
|
|
31 |
UID2 KUidAppRegistrationResourceFile
|
|
32 |
UID3 SIMLOCK_UI_UID3
|
|
33 |
|
|
34 |
RESOURCE APP_REGISTRATION_INFO
|
|
35 |
{
|
|
36 |
app_file="SimLockUI";
|
|
37 |
|
|
38 |
// Application is not in the menu
|
|
39 |
hidden = KAppIsHidden;
|
|
40 |
// Uncomment and comment previous line to un-hide
|
|
41 |
//hidden = KAppNotHidden;
|
|
42 |
//localisable_resource_file="\\resource\\apps\\SimLockUI";
|
|
43 |
embeddability = KAppNotEmbeddable;
|
|
44 |
newfile = KAppDoesNotSupportNewFile;
|
|
45 |
}
|