equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Project header file for Camera |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef CAMPRODUCTCONFIG_MMH |
|
19 #define CAMPRODUCTCONFIG_MMH |
|
20 |
|
21 // config manager bld.inf path |
|
22 #define _CAMERA_UI_CONFIG_MGR "../generic/camerauiconfigmanager/group/bld.inf" |
|
23 |
|
24 // settings plugin bld.inf path |
|
25 #define _SETTINGS_PLUGIN_ "../generic/GsCamcorderPlugin/group/bld.inf" |
|
26 |
|
27 // camera bld.inf path |
|
28 #define _GENERIC_BLD_ "../build/cameraapp.inf" |
|
29 #define _PRODUCT_EXPORTS_ "./camproductexports.inf" |
|
30 |
|
31 #define _CAMERA_HELPS_ "../help/group/bld.inf" |
|
32 |
|
33 #endif |
|
34 |
|
35 // End of file |
|
36 |