equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <platform_paths.hrh> |
18 #include <platform_paths.hrh> |
19 #include <data_caging_paths.hrh> |
19 #include <data_caging_paths.hrh> |
20 //#include <platform/mw/aisystemuids.hrh> |
|
21 |
20 |
22 TARGET aiutils.dll |
21 TARGET aiutils.dll |
23 TARGETTYPE dll |
22 TARGETTYPE dll |
24 UID 0x1000008D 0x10281865 |
23 UID 0x1000008D 0x10281865 |
25 VENDORID VID_DEFAULT |
24 VENDORID VID_DEFAULT |
26 CAPABILITY CAP_GENERAL_DLL |
25 CAPABILITY CAP_GENERAL_DLL |
27 |
26 |
28 SOURCEPATH ../src/utility |
27 SOURCEPATH ../src/utility |
29 SOURCE aiutility.cpp |
28 SOURCE aiutility.cpp |
30 SOURCE caipspropertyobserver.cpp |
29 SOURCE caipspropertyobserver.cpp |
31 SOURCE caistrparser.cpp |
30 SOURCE caistrparser.cpp |
32 SOURCE caiplugintool.cpp |
31 SOURCE caiplugintool.cpp |
33 SOURCE caicontentitemarrayiterator.cpp |
32 SOURCE caicontentitemarrayiterator.cpp |
34 SOURCE contentprioritymap.cpp |
33 SOURCE contentprioritymap.cpp |
35 SOURCE aipluginsettingsimpl.cpp |
34 SOURCE aipluginsettingsimpl.cpp |
36 |
35 |
37 USERINCLUDE . |
36 USERINCLUDE . |
38 USERINCLUDE ../inc/utility |
37 USERINCLUDE ../inc/utility |
39 |
38 |
40 MW_LAYER_SYSTEMINCLUDE |
39 MW_LAYER_SYSTEMINCLUDE |
41 |
40 |
42 LIBRARY euser.lib |
41 LIBRARY euser.lib |
43 LIBRARY charconv.lib |
42 LIBRARY charconv.lib |
44 |
43 |