equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2009-2010 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 #ifndef CAMERAX_IBY |
|
19 #define CAMERAX_IBY |
|
20 |
|
21 #include <data_caging_paths_for_iby.hrh> |
|
22 |
|
23 // Ui |
|
24 S60_APP_EXE(cxui) |
|
25 data = DATAZ_\private\10003a3f\import\apps\cxui_reg.rsc \private\10003a3f\import\apps\cxui_reg.rsc |
|
26 |
|
27 // Sounds |
|
28 data = DATAZ_\system\sounds\digital\capture.wav system\sounds\digital\capture.wav |
|
29 data = DATAZ_\system\sounds\digital\videoStart.wav system\sounds\digital\videoStart.wav |
|
30 data = DATAZ_\system\sounds\digital\videoStop.wav system\sounds\digital\videoStop.wav |
|
31 data = DATAZ_\system\sounds\digital\autoFocus.wav system\sounds\digital\autoFocus.wav |
|
32 data = DATAZ_\system\sounds\digital\selftimer.wav system\sounds\digital\selftimer.wav |
|
33 |
|
34 // CR key files |
|
35 data = DATAZ_\private\10202be9\20027017.txt private\10202be9\20027017.txt |
|
36 data = DATAZ_\private\10202be9\20027018.txt private\10202be9\20027018.txt |
|
37 |
|
38 // Engine |
|
39 file = ABI_DIR\BUILD_DIR\cxengine.dll SHARED_LIB_DIR\cxengine.dll |
|
40 |
|
41 // Stub sis for update support |
|
42 data = DATAZ_\system\install\camerax_stub.sis \system\install\camerax_stub.sis |
|
43 |
|
44 #endif // CAMERAX_IBY |
|