equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-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. |
13 // Description: |
13 // Description: |
14 // The following test cases test the funtionality of RuleBased plugins framework. |
14 // The following test cases test the funtionality of RuleBased plugins framework. |
15 // |
15 // |
16 // |
16 // |
17 |
17 |
18 |
|
19 |
|
20 /** |
18 /** |
21 @file |
19 @file |
22 @internalComponent - Internal Symbian test code |
20 @internalComponent - Internal Symbian test code |
23 */ |
21 */ |
24 |
22 |
25 #include <apacmdln.h> |
23 #include <apacmdln.h> |
26 #include "..\tef\tRuleBasedApps\RuleBasedUID.H" //The UID'S for the 4 applications used during testing |
24 #include "../tef/tRuleBasedApps/RuleBasedUID.H" //The UID'S for the 4 applications used during testing |
27 #include "T_RuleBasedLaunchingStep.h" |
25 #include "T_RuleBasedLaunchingStep.h" |
28 #include <APGICNFL.H> |
26 #include <apgicnfl.h> |
|
27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
28 #include <apgicnflpartner.h> |
|
29 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
29 #include "testableapalssession.h" |
30 #include "testableapalssession.h" |
30 |
31 |
31 const TUint KNonNativeApplicationType = 0x10207f90; |
32 const TUint KNonNativeApplicationType = 0x10207f90; |
32 const TUint KNonNativeApplication = 0xA0000B6E; |
33 const TUint KNonNativeApplication = 0xA0000B6E; |
33 |
34 |