equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Symbian Foundation License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // TestCameraApp application's registration resource file |
|
15 // |
|
16 // |
|
17 |
|
18 #include <appinfo.rh> |
|
19 #include <testcameraapp.rsg> |
|
20 |
|
21 UID2 KUidAppRegistrationResourceFile |
|
22 UID3 0x101F857A |
|
23 |
|
24 RESOURCE APP_REGISTRATION_INFO |
|
25 { |
|
26 app_file="TestCameraApp"; |
|
27 // |
|
28 localisable_resource_file="\\resource\\apps\\TestCameraApp_loc"; |
|
29 localisable_resource_id = 0x5bf50006; |
|
30 // |
|
31 hidden=KAppNotHidden; |
|
32 embeddability=KAppNotEmbeddable; |
|
33 newfile=KAppDoesNotSupportNewFile; |
|
34 } |