1 /* |
|
2 * Copyright (c) 2005 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef __MULTIMEDIASHARINGRESOURCES_IBY__ |
|
21 #define __MULTIMEDIASHARINGRESOURCES_IBY__ |
|
22 |
|
23 #ifdef __MULTIMEDIA_SHARING |
|
24 |
|
25 /*======================================================================== |
|
26 * MUS UI |
|
27 * ======================================================================== |
|
28 */ |
|
29 S60_APP_RESOURCE( musui ) |
|
30 |
|
31 /*======================================================================== |
|
32 * MUS Settings UI |
|
33 * ======================================================================== |
|
34 */ |
|
35 data=DATAZ_\RESOURCE_FILES_DIR\mussettingsuirsc.rsc RESOURCE_FILES_DIR\mussettingsuirsc.rsc |
|
36 |
|
37 /*======================================================================== |
|
38 * MUS wireless provisioning adapter |
|
39 * ======================================================================== |
|
40 */ |
|
41 data=DATAZ_\RESOURCE_FILES_DIR\muswpadapterresource.rsc RESOURCE_FILES_DIR\muswpadapterresource.rsc |
|
42 |
|
43 /*======================================================================== |
|
44 * MUS AIW Provider Ecom Plugin |
|
45 * ======================================================================== |
|
46 */ |
|
47 data=DATAZ_\RESOURCE_FILES_DIR\musaiwproviderui.rsc RESOURCE_FILES_DIR\musaiwproviderui.rsc |
|
48 |
|
49 /*======================================================================== |
|
50 * MUS Indicator dll |
|
51 * ======================================================================== |
|
52 */ |
|
53 data=DATAZ_\RESOURCE_FILES_DIR\musindicator.rsc RESOURCE_FILES_DIR\musindicator.rsc |
|
54 |
|
55 #endif |
|
56 |
|
57 #endif |
|
58 |
|