author | hgs |
Fri, 23 Apr 2010 22:08:41 +0100 | |
changeset 121 | 661475905584 |
parent 31 | 56f325a607ea |
child 258 | 880ff05ad710 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// template/template_variant/camerasctemplate.mmp |
|
15 |
// soundsc.pdd Template shared chunk camera PDD |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
21 |
*/ |
|
22 |
#define __USING_ASSP_REGISTER_API__ |
|
23 |
#define __USING_ASSP_INTERRUPT_API__ |
|
24 |
||
25 |
#include <variant.mmh> |
|
26 |
#include "kernel/kern_ext.mmh" |
|
27 |
||
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
28 |
#if defined(WINS) || defined(WINSCW) |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
29 |
TARGET _template_camerasc.pdd |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
30 |
#else |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
31 |
// |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
32 |
// This will generate a file '_template_camerasc.pdd' |
0 | 33 |
TARGET VariantTarget(camerasc,pdd) |
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
34 |
#endif |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
35 |
|
0 | 36 |
TARGETTYPE pdd |
37 |
ROMTARGET camerasc.pdd |
|
38 |
||
39 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
USERINCLUDE camerasc |
|
41 |
||
42 |
SOURCEPATH camerasc |
|
43 |
SOURCE camerasc.cpp |
|
44 |
SOURCE camerasc_sensor.cpp |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
45 |
SOURCE logoyuv2.cpp |
0 | 46 |
|
47 |
UID 0x100039d0 0x100039eb |
|
48 |
VENDORID 0x70000001 |
|
49 |
||
50 |
CAPABILITY all |
|
51 |
||
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
52 |
SMPSAFE |