author | Christian Morlok <symbian.org@christianmorlok.de> |
Thu, 06 May 2010 15:56:48 +0200 | |
branch | v5backport |
changeset 67 | 35a198a504a8 |
permissions | -rw-r--r-- |
67
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1 |
/* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2 |
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
3 |
* All rights reserved. |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
8 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
11 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
12 |
* Contributors: |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
13 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
14 |
* Description: File that exports the files belonging to |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
15 |
: Telephony Information API |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
16 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
17 |
*/ |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
18 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
19 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
20 |
#include <platform_paths.hrh> |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
21 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
22 |
PRJ_PLATFORMS |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
23 |
DEFAULT |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
24 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
25 |
PRJ_EXPORTS |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
26 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
27 |
../inc/telincallvolcntrlcrkeys.h APP_LAYER_PLATFORM_EXPORT_PATH(telincallvolcntrlcrkeys.h) |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
28 |
../inc/telephonydomainpstypes.h APP_LAYER_PLATFORM_EXPORT_PATH(telephonydomainpstypes.h) |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
29 |
../inc/telephonydomainpskeys.h APP_LAYER_PLATFORM_EXPORT_PATH(telephonydomainpskeys.h) |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
30 |
../inc/telinformationpskeys.h APP_LAYER_PLATFORM_EXPORT_PATH(telinformationpskeys.h) |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
31 |
../inc/telinformationpstypes.h APP_LAYER_PLATFORM_EXPORT_PATH(telinformationpstypes.h) |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
32 |
../inc/telephonydomaincrkeys.h APP_LAYER_PLATFORM_EXPORT_PATH(telephonydomaincrkeys.h) |