equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 "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 // ECamTestPlugin.dll Test plugin implementation |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include "../../../imagingandcamerafws/camerafw/Include/ECamUids.hrh" |
|
23 #include "../source/testcamera/TestCameraUids.hrh" |
|
24 |
|
25 TARGET ecamtestplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 CAPABILITY ALL -TCB |
|
28 |
|
29 // MAGIC Dll recognition UID followed by the unique UID for this dll |
|
30 UID 0x10009D8D KUidOnboardCameraTestDll |
|
31 VENDORID 0x70000001 |
|
32 |
|
33 SOURCEPATH ../source/testcamera |
|
34 SOURCE TestCamera.cpp |
|
35 SOURCE test_advanced_settings.cpp |
|
36 SOURCE test_snapshot.cpp |
|
37 SOURCE test_image_processing.cpp |
|
38 |
|
39 USERINCLUDE ../source/testcamera |
|
40 USERINCLUDE ../../../imagingandcamerafws/camerafw/Include |
|
41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 |
|
43 START RESOURCE 102070CC.RSS |
|
44 TARGET ecamtestplugin.rsc |
|
45 END |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY ecampluginsupport.lib |
|
49 LIBRARY ecam.lib |
|
50 LIBRARY fbscli.lib |
|
51 LIBRARY bitgdi.lib |
|
52 LIBRARY ws32.lib |
|
53 LIBRARY efsrv.lib |
|
54 |
|
55 |
|
56 |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 SMPSAFE |