[PPMTester] Fix & improve documentation 52/186452/5
authorErnest Borowski <e.borowski@partner.samsung.com>
Thu, 9 Aug 2018 11:31:29 +0000 (13:31 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 28 Aug 2018 05:01:22 +0000 (05:01 +0000)
Change-Id: I273ed5662ce732ae958be841b4fd99c957ca90a2
Signed-off-by: Ernest Borowski <e.borowski@partner.samsung.com>
test/apps/capi/PPMTester/README

index 9aedf43b43a7dc08f4cc9e02abb0f9a767b2492a..3c1fe3a7aa07de516486d1cdcb95fb91213776c0 100644 (file)
@@ -13,6 +13,7 @@ created, then probably the CAPI is installed):
    1 Prepare Tizen Studio IDE
       a) Download askuser from gerrit repository and build it using gbs
       b) Unpack generated rpm files
+         find . -name "*rpm" -type f -printf "rpm2cpio %p | cpio -idmv \n" | bash
       c) Copy libraries and includes into relevant directories in
          $HOME/tizen-studio/platforms/tizen-4.0/mobile/rootstraps/
             /mobile-4.0-emulator.core/usr/
@@ -24,10 +25,13 @@ created, then probably the CAPI is installed):
             <library>libcapi-privacy-privilege-manager.so</library>
       e) Remove library dependencies for each .so file extracted from
          rpm in step b) *separately*. This can be done using tool
-         'postlink' from native-app-rootstrap project repository.
-         Usage: /path/to/postlink /path/to/libX.so
-         The postlink command may be executed from any directory
+         'postlinker' from native-app-rootstrap project repository.
+         Usage: /path/to/postlinker /path/to/libX.so
+         The postlinker command may be executed from any directory
          (absolute paths to postlink and .so files may be used).
+         (in my case it is located in ~/tizen/native-app-rootstrap/utils/postlinker)
+         cd $HOME/tizen-studio/platforms/tizen-4.0/mobile/rootstraps/mobile-4.0-emulator.core
+         find ./ -type f -name '*.so*' -cmin -10 -printf "$HOME/tizen/native-app-rootstrap/utils/postlinker %p \n" | bash
 
    2. Prepare Tizen Emulator
       a) Run Tizen 4.0 Emulator (x86) from Tizen Studio