|
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 // |
|
15 |
|
16 #ifndef __APFDEF_H__ |
|
17 #define __APFDEF_H__ |
|
18 |
|
19 #if !defined(__E32BASE_H__) |
|
20 #include <e32base.h> |
|
21 #endif |
|
22 |
|
23 // generic file extensions etc. |
|
24 |
|
25 /** |
|
26 @internalTechnology |
|
27 */ |
|
28 _LIT(KExeAppFileExtension,".exe"); |
|
29 |
|
30 #if (((defined(SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1) || !defined(SYMBIAN_HIDE_UI_FRAMEWORKS_V1)) && !defined(SYMBIAN_REMOVE_UI_FRAMEWORKS_V1)) || defined(UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER)) |
|
31 /** |
|
32 @internalTechnology |
|
33 */ |
|
34 _LIT(KAppFileExtension,".app"); |
|
35 |
|
36 /** |
|
37 @internalTechnology |
|
38 */ |
|
39 _LIT(KAppInfoFileExtension,".aif"); |
|
40 |
|
41 /** |
|
42 @internalComponent |
|
43 */ |
|
44 _LIT(KSystemControlFileExtension,".ctl"); |
|
45 |
|
46 /** |
|
47 @internalComponent |
|
48 */ |
|
49 _LIT(KApaCaptionFileSuffix,"_Caption"); |
|
50 |
|
51 /** |
|
52 @internalComponent |
|
53 */ |
|
54 const TInt KApparcExtraLengthOfCaptionFileName=15; |
|
55 #endif // #if (defined(SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1) || !defined(SYMBIAN_HIDE_UI_FRAMEWORKS_V1)) && !defined(SYMBIAN_REMOVE_UI_FRAMEWORKS_V1) |
|
56 |
|
57 /** |
|
58 @internalTechnology |
|
59 */ |
|
60 _LIT(KIniFileExtension,".ini"); |
|
61 |
|
62 /** |
|
63 @internalTechnology |
|
64 */ |
|
65 _LIT(KAppResourceFileExtension,".rsc"); |
|
66 |
|
67 // |
|
68 // paths etc. |
|
69 |
|
70 #if (((defined(SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1) || !defined(SYMBIAN_HIDE_UI_FRAMEWORKS_V1)) && !defined(SYMBIAN_REMOVE_UI_FRAMEWORKS_V1)) || defined(UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER)) |
|
71 class Apfile |
|
72 /** |
|
73 @internalComponent |
|
74 @deprecated |
|
75 */ |
|
76 { |
|
77 public: |
|
78 IMPORT_C static TPtrC TempPath(); |
|
79 }; |
|
80 #endif |
|
81 |
|
82 |
|
83 #endif |