equal
deleted
inserted
replaced
|
1 // Copyright (c) 1999-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 "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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // View Server Build Information. |
|
15 // View server |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 // include test code |
|
24 #include "../test/group/BLD.INF" |
|
25 |
|
26 PRJ_EXPORTS |
|
27 ../inc/VWSDEF.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(vwsdef.h) |
|
28 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
29 ../inc/vwsdefpartner.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(vwsdefpartner.h) |
|
30 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
|
31 ../inc/VWSAPPST.H SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(vwsappst.h) |
|
32 ../inc/VIEWCLI.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(viewcli.h) |
|
33 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
34 ../inc/viewclipartner.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(viewclipartner.h) |
|
35 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
|
36 |
|
37 PRJ_MMPFILES |
|
38 ../group/VIEWSRV.MMP |
|
39 ../group/VIEWCLI.MMP |