equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-2010 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 // Surface Manager user side library implementation |
|
15 |
|
16 |
|
17 target surfacemanager.dll |
|
18 targettype DLL |
|
19 |
|
20 OS_LAYER_SYSTEMINCLUDE |
|
21 |
|
22 sourcepath ../../surfacemgrcommon/src |
|
23 userinclude ../../surfacemgrcommon/inc |
|
24 |
|
25 source surfacemanager.cpp |
|
26 |
|
27 |
|
28 #ifdef WINS |
|
29 DEFFILE /epoc32/include/def/win32/surfacemanager.def |
|
30 #else |
|
31 DEFFILE /epoc32/include/def/eabi/surfacemanager.def |
|
32 #endif |
|
33 |
|
34 library euser.lib |
|
35 |
|
36 //KUidSurfaceManager 0x10286A9D |
|
37 uid 0x1000008d 0x10286A9D |
|
38 VENDORID 0x70000011 |
|
39 |
|
40 capability all -tcb |
|
41 |
|
42 SMPSAFE |