equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
14 // |
14 // |
15 |
15 |
16 #ifndef __TESTSIDCHECKER_H__ |
16 #ifndef __TESTSIDCHECKER_H__ |
17 #define __TESTSIDCHECKER_H__ |
17 #define __TESTSIDCHECKER_H__ |
18 |
18 |
19 #include <ApSidChecker.h> |
19 #include <apsidchecker.h> |
|
20 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
21 #include "apsidcheckermap.h" |
|
22 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
20 #include <e32property.h> |
23 #include <e32property.h> |
21 |
24 |
22 const TUid KApFileTestAppType = {0x10281FDB}; |
25 const TUid KApFileTestAppType = {0x10281FDB}; |
23 const TUid KApFileTestBadApp = {0x10281FDC}; |
26 const TUid KApFileTestBadApp = {0x10281FDC}; |
24 const TUid KApFileTestGoodApp = {0x10281FDD}; |
27 const TUid KApFileTestGoodApp = {0x10281FDD}; |
90 TState iState; |
93 TState iState; |
91 TBool iRescanTriggered; |
94 TBool iRescanTriggered; |
92 }; |
95 }; |
93 |
96 |
94 #endif |
97 #endif |
|
98 |