equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <e32base.h> |
|
20 |
|
21 /** |
|
22 This 8-bit variable is used in CApaSisxRecognizer. Its default value is zero. |
|
23 It is used to override the default behaviour, i.e. recognise .sis file |
|
24 extention and set iConfidence to ECertain; all other extensions will set |
|
25 iConfidence to EPossible. |
|
26 If KSisxRecognizerConst is set to non-zero, CApaSisxRecognizer would set |
|
27 iConfidence to ECertain for .sis, EPossible for .sisx and ENotRecognized for |
|
28 all other extensions. |
|
29 |
|
30 This variable can be changed at ROM build time using the patchdata obey keyword. |
|
31 See Symbian OS Developer Library documentation on how to patch DLL data exports. |
|
32 @file |
|
33 @internalComponent |
|
34 |
|
35 */ |
|
36 IMPORT_C extern const TUint8 KSisxRecognizerConst; |