|
1 /* |
|
2 * Copyright (c) 2008 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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <platform/mw/Browser_platform_variant.hrh> |
|
20 |
|
21 TARGET BrCtlApiTest.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x101FB3E3 |
|
24 |
|
25 CAPABILITY ALL -TCB |
|
26 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
27 // VENDORID 0x00000000 |
|
28 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
29 // SECUREID 0x00000000 |
|
30 |
|
31 DEFFILE BrCtlApiTest.def |
|
32 |
|
33 USERINCLUDE . |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../inc |
|
36 |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 SYSTEMINCLUDE . |
|
40 MW_LAYER_ECOM_SYSTEMINCLUDE |
|
41 |
|
42 SOURCEPATH ../src |
|
43 SOURCE BrCtlApiTest.cpp BrCtlApiTestBlocks.cpp |
|
44 SOURCE BrCtlApiTestContainer.cpp BrCtlApiTestObserver.cpp |
|
45 SOURCE BrCtlApiTestStateChangeObserver.cpp BrCtlApiTestDialogsProvider.cpp |
|
46 |
|
47 LIBRARY euser.lib cone.lib eikcore.lib apparc.lib avkon.lib |
|
48 LIBRARY flogger.lib apmime.lib apgrfx.lib efsrv.lib eikcoctl.lib |
|
49 LIBRARY commonui.lib ecom.lib eikdlg.lib aknnotify.lib |
|
50 |
|
51 // stif framework |
|
52 LIBRARY stiftestinterface.lib stiftestengine.lib |
|
53 |
|
54 // component under test |
|
55 LIBRARY browserengine.lib |
|
56 |
|
57 #ifdef __S60_32__ |
|
58 LANG sc |
|
59 #else |
|
60 LANGUAGE_IDS |
|
61 #endif |
|
62 |
|
63 // End of File |