equal
deleted
inserted
replaced
|
1 // Copyright (c) 1999-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 // |
|
15 |
|
16 linkas SCDV.DLL |
|
17 noexportlibrary |
|
18 |
|
19 targettype DLL |
|
20 UID 0x10003B19 0x100001EC |
|
21 |
|
22 userinclude ../inc |
|
23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
|
25 deffile SCDV.DEF |
|
26 |
|
27 library euser.lib |
|
28 library gdi.lib |
|
29 library hal.lib |
|
30 library lookuptable.lib |
|
31 #ifdef SYMBIAN_BUILD_GCE |
|
32 library surfaceupdateclient.lib |
|
33 #endif // SYMBIAN_BUILD_GCE |
|
34 |
|
35 CAPABILITY ALL -TCB |
|
36 |
|
37 //optimal compiler flags identified in PN0082 |
|
38 always_build_as_arm |
|
39 option_replace armcc --cpu 6 |
|
40 option armcc -Ospace -O2 |