Update contrib.
1 // Copyright (c) 2008-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 the License "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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Ensure that old insecure Trk debug agent cannot be installed
15 // as it should be blocked from SWInstall'ing by a trkdummyapp.exe contained within
16 // the base OS with the same SID as the insecure Trk.
26 #ifndef T_TRKDUMMYAPP_H
27 #define T_TRKDUMMYAPP_H
29 class CTrkDummyAppTest;
32 // class CTrkDummyAppTest
34 // Basic test of the existence of the TrkDummyApp.
36 class CTrkDummyAppTest : public CBase
39 static CTrkDummyAppTest* NewL();
43 void TestSecurityCheckPreventInsecureTrkDebugAgent(void);
45 void TestSecurityCheckPreventInsecureTrkDebugAgent2(void);
47 void TestSecurityCheckPreventInsecureTrkDebugAgent200159D8(void);
49 void TestSecurityCheckPreventInsecureTrkDebugAgent200170BC(void);
55 void TestTrkDummyAppExists();
59 #endif // T_TRKDUMMYAPP_H