equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 /** |
|
17 @file |
|
18 |
|
19 @SYMPurpose pdrstr.dll Printer font store library |
|
20 */ |
|
21 |
|
22 TARGET pdrstr.dll |
|
23 CAPABILITY All -Tcb |
|
24 TARGETTYPE dll |
|
25 |
|
26 UID 0x1000008D 0x10003A44 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE BANDDEV.CPP |
|
32 SOURCE METAFILE.CPP |
|
33 SOURCE PDRBODY.CPP |
|
34 SOURCE PDRDEV.CPP |
|
35 SOURCE PDRPAGE.CPP |
|
36 SOURCE PDRSTORE.CPP |
|
37 SOURCE PDRUTIL.CPP |
|
38 SOURCE FBSDRV.CPP |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 |
|
43 LIBRARY euser.lib estor.lib gdi.lib bitgdi.lib fbscli.lib |
|
44 |
|
45 start wins |
|
46 baseaddress 0x41e00000 |
|
47 end |
|
48 |
|
49 #ifdef WINSCW |
|
50 DEFFILE PDRSTR2.DEF |
|
51 #else |
|
52 DEFFILE pdrstr2.def |
|
53 #endif |
|
54 |
|
55 |
|
56 |
|
57 |
|
58 SMPSAFE |