equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 // apgaplst.h |
|
15 // |
|
16 |
|
17 #ifndef __APGAPLST_H__ |
|
18 #define __APGAPLST_H__ |
|
19 |
|
20 #include <apaid.h> |
|
21 #include <apmstd.h> |
|
22 #include <badesca.h> |
|
23 #include <s32file.h> |
|
24 |
|
25 |
|
26 |
|
27 /** |
|
28 KApaMaxAppIcons |
|
29 |
|
30 @publishedPartner |
|
31 @released |
|
32 */ |
|
33 const TInt KApaMaxAppIcons=3; |
|
34 |
|
35 /** |
|
36 KApaIconIndexSmall |
|
37 |
|
38 @publishedPartner |
|
39 @released |
|
40 */ |
|
41 const TInt KApaIconIndexSmall=0; |
|
42 |
|
43 /** |
|
44 KApaIconIndexMedium |
|
45 |
|
46 @publishedPartner |
|
47 @released |
|
48 */ |
|
49 const TInt KApaIconIndexMedium=1; |
|
50 |
|
51 /** |
|
52 KApaIconIndexLarge |
|
53 |
|
54 @publishedPartner |
|
55 @released |
|
56 */ |
|
57 const TInt KApaIconIndexLarge=2; |
|
58 |
|
59 |
|
60 _LIT(KDefaultAppIconMbm,"Z:\\Resource\\Apps\\default_app_icon.mbm"); |
|
61 _LIT(KLitPathForUntrustedRegistrationResourceFiles, "?:\\private\\10003a3f\\import\\apps\\*"); |
|
62 |
|
63 |
|
64 #endif //__APGAPLST_H__ |