equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file serverapp_loc.rss |
|
18 @internalComponent - Internal Symbian test code |
|
19 */ |
|
20 |
|
21 NAME SER1 |
|
22 |
|
23 #include <uikon.rh> |
|
24 #include <appinfo.rh> |
|
25 |
|
26 RESOURCE RSS_SIGNATURE { } |
|
27 RESOURCE LOCALISABLE_APP_INFO r_lai |
|
28 { |
|
29 short_caption = "AppName"; |
|
30 caption_and_icon = |
|
31 { |
|
32 CAPTION_AND_ICON_INFO |
|
33 { |
|
34 caption = "AppNameLong"; |
|
35 number_of_icons = 0; // each icon must be a bitmap/mask pair |
|
36 icon_file = "z:\resource\apps\myicons.mbm"; |
|
37 } |
|
38 }; |
|
39 |
|
40 |
|
41 |
|
42 |
|
43 } |
|
44 |
|
45 STRUCT SERVICE_NAME |
|
46 { |
|
47 LTEXT name = ""; |
|
48 } |
|
49 |
|
50 RESOURCE SERVICE_NAME r_service_specific_data_loc |
|
51 { |
|
52 name = "Localised text for service UID 0x01020305"; |
|
53 } |
|
54 |