equal
deleted
inserted
replaced
25 |
25 |
26 symbian { |
26 symbian { |
27 TARGET.CAPABILITY = CAP_APPLICATION |
27 TARGET.CAPABILITY = CAP_APPLICATION |
28 } |
28 } |
29 |
29 |
|
30 BLD_INF_RULES.prj_exports += \ |
|
31 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
32 "dialoglauncher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(dialoglauncher.iby)" \ |
|
33 "test_cert_expired.crt /epoc32/winscw/c/data/testCerts/test_cert_expired.crt" \ |
|
34 "test_cert_server.crt /epoc32/winscw/c/data/testCerts/test_cert_server.crt" \ |
|
35 "test_cert_sha2.crt /epoc32/winscw/c/data/testCerts/test_cert_sha2.crt" |
|
36 |