diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 01:03:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 01:28:01 +0200 |
commit | 0f65dbcf9ac808a089793031b26893b74c138c0b (patch) | |
tree | 8112d32ba3347d383680e4a5c0fa96d65ac7904b /android | |
parent | a2401b6c750ac21792f6b5d54b45cb065f772a49 (diff) |
More shlibs and .component files needed
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/sc/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index 1e316b054b1e..582784d84477 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -60,6 +60,7 @@ copy-stuff: bootstrap.uno \ canvastoolslo \ comphelpgcc3 \ + configmgr.uno \ cppcanvaslo \ drawinglayerlo \ editenglo \ @@ -69,6 +70,7 @@ copy-stuff: freetype \ fwelo \ fwilo \ + fwklo \ gcc3_uno \ i18nisolang1gcc3 \ i18npaperlo \ @@ -97,13 +99,16 @@ copy-stuff: test \ tklo \ tllo \ + ucb1 \ ucbhelper4gcc3 \ + ucpfile1 \ uno_cppu \ uno_cppuhelpergcc3 \ uno_sal \ uno_salhelpergcc3 \ unoexceptionprotector \ unotest \ + unoxmllo \ utllo \ vbahelperlo \ vcllo \ @@ -125,10 +130,13 @@ copy-stuff: cp $(OUTDIR)/bin/udkapi.rdb assets/bin cp $(OUTDIR)/bin/types.rdb assets/bin cp $(OUTDIR)/xml/ure/services.rdb assets/xml/ure - for F in framework/util/fwk i18npool/util/i18npool sfx2/util/sfx unoxml/source/service/unoxml; do \ + for F in framework/util/fwk i18npool/util/i18npool sfx2/util/sfx unoxml/source/service/unoxml configmgr/source/configmgr; do \ mkdir -p assets/ComponentTarget/`dirname $$F`; \ cp $(WORKDIR)/ComponentTarget/$$F.component assets/ComponentTarget/`dirname $$F`; \ done + for F in ucb1 ucpfile1; do \ + cp $(OUTDIR)/xml/$$F.component assets/xml; \ + done cp -R $(OUTDIR)/xml/registry assets/xml for F in uno_services uno_types; do \ sed -e 's!uri="./!uri="$(APP_DATA_PATH)/lib/!g' <$(SRC_ROOT)/testtools/$(INPATH)/lib/$${F}.rdb >assets/lib/$${F}.rdb; \ @@ -153,7 +161,7 @@ uninstall: adb uninstall $(APP_PACKAGE) run: - adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) -e lo-main-library libcppunittester -e lo-main-cmdline "$(APP_DATA_PATH)/lib/libtest_sc_ucalc.so --headless --protector libunoexceptionprotector.so unoexceptionprotector '-env:CONFIGURATION_LAYERS=xcsxcu:file:///assets/xml/registry' '-env:UNO_TYPES=file:///assets/bin/udkapi.rdb file:///assets/bin/types.rdb' '-env:UNO_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/ComponentTarget/framework/util/fwk.component file:///assets/ComponentTarget/i18npool/util/i18npool.component file:///assets/ComponentTarget/sfx2/util/sfx.component file:///assets/ComponentTarget/unoxml/source/service/unoxml.component file:///assets/xml/configmgr.component file:///assets/xml/ucb1.component file:///assets/xml/ucpfile1.component' -env:URE_INTERNAL_LIB_DIR=file://$(APP_DATA_PATH)/lib -env:LO_LIB_DIR=file://$(APP_DATA_PATH)/lib" + adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) -e lo-main-library libcppunittester -e lo-main-cmdline "$(APP_DATA_PATH)/lib/libtest_sc_ucalc.so --headless --protector libunoexceptionprotector.so unoexceptionprotector '-env:CONFIGURATION_LAYERS=xcsxcu:file:///assets/xml/registry' '-env:UNO_TYPES=file:///assets/bin/udkapi.rdb file:///assets/bin/types.rdb' '-env:UNO_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/ComponentTarget/framework/util/fwk.component file:///assets/ComponentTarget/i18npool/util/i18npool.component file:///assets/ComponentTarget/sfx2/util/sfx.component file:///assets/ComponentTarget/unoxml/source/service/unoxml.component file:///assets/ComponentTarget/configmgr/source/configmgr.component file:///assets/xml/ucb1.component file:///assets/xml/ucpfile1.component' -env:URE_INTERNAL_LIB_DIR=file://$(APP_DATA_PATH)/lib -env:LO_LIB_DIR=file://$(APP_DATA_PATH)/lib" clean: ant clean |