13 // Description: |
13 // Description: |
14 // uloggerpluginframework.dll ULOGGER & Output Framework & Input Framework |
14 // uloggerpluginframework.dll ULOGGER & Output Framework & Input Framework |
15 // |
15 // |
16 // |
16 // |
17 |
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
18 TARGET uloggerpluginframework.dll |
22 TARGET uloggerpluginframework.dll |
19 TARGETTYPE dll |
23 TARGETTYPE dll |
20 UID 0x1000008d 0x102857F4 |
24 UID 0x1000008d 0x102857F4 |
21 VENDORID 0x70000001 |
25 VENDORID 0x70000001 |
22 CAPABILITY CommDD LocalServices NetworkControl NetworkServices ProtServ |
26 CAPABILITY CommDD LocalServices NetworkControl NetworkServices ProtServ |
23 DEFFILE ULOGGERPLUGINFRAMEWORK.DEF |
27 DEFFILE ULOGGERPLUGINFRAMEWORK.DEF |
24 |
28 |
25 OS_LAYER_SYSTEMINCLUDE |
|
26 |
|
27 USERINCLUDE ../inc |
|
28 USERINCLUDE ../../common_utils/lightlogger/inc |
|
29 USERINCLUDE ../src/pluginframework |
|
30 |
|
31 SOURCEPATH ../src/pluginframework |
29 SOURCEPATH ../src/pluginframework |
32 SOURCE outputframework.cpp |
30 SOURCE outputframework.cpp |
33 SOURCE inputframework.cpp |
31 SOURCE inputframework.cpp |
34 SOURCE inputdata.cpp |
32 SOURCE inputdata.cpp |
35 SOURCE pluginallocator.cpp |
33 SOURCE pluginallocator.cpp |
36 |
34 |
37 LIBRARY euser.lib |
35 |
38 LIBRARY etext.lib |
36 USERINCLUDE ../inc |
39 LIBRARY ecom.lib |
37 USERINCLUDE ../../common_utils/lightlogger/inc |
|
38 USERINCLUDE ../src/pluginframework |
|
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 LIBRARY euser.lib etext.lib ecom.lib |
40 LIBRARY uloggercommand.lib |
42 LIBRARY uloggercommand.lib |