equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-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 "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: Call Audio Control |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifdef __SERIES60_31__ |
|
20 #include <domain/osextensions/platform_paths.hrh> |
|
21 #else |
|
22 #include <platform_paths.hrh> |
|
23 #endif |
|
24 |
|
25 PRJ_PLATFORMS |
|
26 DEFAULT |
|
27 |
|
28 PRJ_EXPORTS |
|
29 |
|
30 ../data/CallAudioControl_Stub.sis /epoc32/data/z/system/install/CallAudioControl_Stub.sis |
|
31 ../data/backup_registration.xml /epoc32/data/z/private/10207BD2/backup_registration.xml |
|
32 |
|
33 #ifdef __SERIES60_31__ |
|
34 ../rom/CallAudioControl.iby /epoc32/rom/include/CallAudioControl.iby |
|
35 #else |
|
36 ../rom/CallAudioControl.iby CORE_MW_LAYER_IBY_EXPORT_PATH(CallAudioControl.iby) |
|
37 #endif |
|
38 |
|
39 PRJ_MMPFILES |
|
40 CallAudioControl.mmp |
|
41 |
|
42 |
|
43 // End of File |