sl@0
|
1 |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
/**
|
sl@0
|
17 |
@file
|
sl@0
|
18 |
@test
|
sl@0
|
19 |
*/
|
sl@0
|
20 |
|
sl@0
|
21 |
#ifndef __T_WSERV_CONSTS_H__
|
sl@0
|
22 |
#define __T_WSERV_CONSTS_H__
|
sl@0
|
23 |
|
sl@0
|
24 |
const TUid KUidDsaApp = {0x102834DF};
|
sl@0
|
25 |
const TUid KUidIniDataDll = {0x102834E0};
|
sl@0
|
26 |
const TUid KUidPerfDataDll = {0x102834D7};
|
sl@0
|
27 |
const TUid KUidPseudoApp = {0x102834DD};
|
sl@0
|
28 |
const TUid KUidPseudoApp1 = {0x102834FB};
|
sl@0
|
29 |
const TUid KUidPseudoAppPopupWindow = {0x102834DC};
|
sl@0
|
30 |
const TUid KUidSimLoadApp1 = {0x102834D9};
|
sl@0
|
31 |
const TUid KUidSimLoadApp2 = {0x102834DA};
|
sl@0
|
32 |
const TUid KUidSimLoadApp3 = {0x102834DB};
|
sl@0
|
33 |
const TUid KUidSimLoadUtilsDll = {0x102834D8};
|
sl@0
|
34 |
const TUid KUidTApp1 = {0x102834DE};
|
sl@0
|
35 |
const TUid KUidWServApiStep = {0x102834E1};
|
sl@0
|
36 |
|
sl@0
|
37 |
_LIT(KWServPseudoAppConfigFile, "c:\\graphics\\tpseudoappconfig.ini");
|
sl@0
|
38 |
_LIT(KWServPseudoAppResultFile, "c:\\graphics\\tpseudoappresults.txt");
|
sl@0
|
39 |
_LIT(KWServPseudoAppFinishFile, "c:\\graphics\\tpseudoappfinish.txt");
|
sl@0
|
40 |
|
sl@0
|
41 |
_LIT(KWServPseudoApp1ConfigFile, "c:\\graphics\\tpseudoapp1config.ini");
|
sl@0
|
42 |
_LIT(KWServPseudoApp1ResultFile, "c:\\graphics\\tpseudoapp1results.txt");
|
sl@0
|
43 |
_LIT(KWServPseudoApp1FinishFile, "c:\\graphics\\tpseudoapp1finish.txt");
|
sl@0
|
44 |
|
sl@0
|
45 |
_LIT(KWServDsaAppConfigFile, "c:\\graphics\\tdsaappconfig.ini");
|
sl@0
|
46 |
_LIT(KWServDsaAppResultFile, "c:\\graphics\\tdsaappresults.txt");
|
sl@0
|
47 |
_LIT(KWServDsaAppStartFile, "c:\\graphics\\tdsaappstarted.txt");
|
sl@0
|
48 |
_LIT(KWServDsaAppFinishFile, "c:\\graphics\\tdsaappfinish.txt");
|
sl@0
|
49 |
_LIT(KWServDsaAppLogFile, "c:\\graphics\\tdsaapplog.txt");
|
sl@0
|
50 |
|
sl@0
|
51 |
_LIT(KWServTApp1ConfigFile, "c:\\graphics\\tapp1config.ini");
|
sl@0
|
52 |
_LIT(KWServTApp1ResultsFile, "c:\\graphics\\tapp1results.txt");
|
sl@0
|
53 |
|
sl@0
|
54 |
_LIT(KWservDsaSemaphoreName,"DSASemaphore");
|
sl@0
|
55 |
|
sl@0
|
56 |
_LIT(KDefaultSectionName, "default");
|
sl@0
|
57 |
|
sl@0
|
58 |
#endif // __T_WSERV_CONSTS_H__
|