37 # directories |
37 # directories |
38 DESTDIR = $${HB_BUILD_DIR}/plugins/inputmethods |
38 DESTDIR = $${HB_BUILD_DIR}/plugins/inputmethods |
39 |
39 |
40 HEADERS += hardwareinputplugin.h \ |
40 HEADERS += hardwareinputplugin.h \ |
41 hbhardware12key.h \ |
41 hbhardware12key.h \ |
42 hbhardwareqwerty.h \ |
42 hbhardwareqwerty.h \ |
43 hbhardwareinputbasic12keyhandler.h \ |
43 hbhardwareinputbasic12keyhandler.h \ |
44 hbhardwareinputbasicqwertyhandler.h \ |
44 hbhardwareinputbasicqwertyhandler.h \ |
45 hbhardwareinputnumericqwertyhandler.h \ |
45 hbhardwareinputnumericqwertyhandler.h \ |
46 hbhardwareinputpredictionqwertyhandler.h \ |
46 hbhardwareinputpredictionqwertyhandler.h \ |
47 ..\common\hbinputbasichandler_p.h \ |
47 ../common/hbinputbasichandler_p.h \ |
48 ..\common\hbinputmodehandler.h \ |
48 ../common/hbinputmodehandler.h \ |
49 ..\common\hbinputmodehandler_p.h \ |
49 ../common/hbinputmodehandler_p.h \ |
50 hbhardwareinputnumeric12keyhandler.h \ |
50 hbhardwareinputnumeric12keyhandler.h \ |
51 ..\common\hbinputnumerichandler_p.h \ |
51 ../common/hbinputnumerichandler_p.h \ |
52 hbhardwareinputprediction12keyhandler.h \ |
52 hbhardwareinputprediction12keyhandler.h \ |
53 ..\common\hbinputpredictionhandler_p.h |
53 ../common/hbinputpredictionhandler_p.h |
54 SOURCES += hardwareinputplugin.cpp \ |
54 SOURCES += hardwareinputplugin.cpp \ |
55 hbhardware12key.cpp \ |
55 hbhardware12key.cpp \ |
56 hbhardwareqwerty.cpp \ |
56 hbhardwareqwerty.cpp \ |
57 hbhardwareinputbasic12keyhandler.cpp \ |
57 hbhardwareinputbasic12keyhandler.cpp \ |
58 hbhardwareinputbasicqwertyhandler.cpp \ |
58 hbhardwareinputbasicqwertyhandler.cpp \ |
59 hbhardwareinputnumericqwertyhandler.cpp \ |
59 hbhardwareinputnumericqwertyhandler.cpp \ |
60 hbhardwareinputpredictionqwertyhandler.cpp \ |
60 hbhardwareinputpredictionqwertyhandler.cpp \ |
61 ..\common\hbinputbasichandler.cpp \ |
61 ../common/hbinputbasichandler.cpp \ |
62 ..\common\hbinputmodehandler.cpp \ |
62 ../common/hbinputmodehandler.cpp \ |
63 hbhardwareinputnumeric12keyhandler.cpp \ |
63 hbhardwareinputnumeric12keyhandler.cpp \ |
64 ..\common\hbinputnumerichandler.cpp \ |
64 ../common/hbinputnumerichandler.cpp \ |
65 hbhardwareinputprediction12keyhandler.cpp \ |
65 hbhardwareinputprediction12keyhandler.cpp \ |
66 ..\common\hbinputpredictionhandler.cpp |
66 ../common/hbinputpredictionhandler.cpp |
67 |
67 |
68 symbian { |
68 symbian { |
69 TARGET.EPOCALLOWDLLDATA = 1 |
69 TARGET.EPOCALLOWDLLDATA = 1 |
70 TARGET.CAPABILITY = CAP_GENERAL_DLL |
70 TARGET.CAPABILITY = CAP_GENERAL_DLL |
71 TARGET.UID3 = 0x2002681D |
71 TARGET.UID3 = 0x2002681D |
|
72 MMP_RULES += SMPSAFE |
72 |
73 |
73 hbhardwareinput.sources = HbHardwareInput.dll |
74 hbhardwareinput.sources = HbHardwareInput.dll |
74 hbhardwareinput.path = /resource/plugins/inputmethods |
75 hbhardwareinput.path = /resource/plugins/inputmethods |
75 DEPLOYMENT = hbhardwareinput |
76 DEPLOYMENT = hbhardwareinput |
76 } |
77 } |