[Title] cli: updated default & sample profile.xml
authorJihoon Song <jihoon80.song@samsung.com>
Tue, 23 Jul 2013 05:50:56 +0000 (14:50 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Tue, 23 Jul 2013 05:50:56 +0000 (14:50 +0900)
[Desc.]
[Issue]

Change-Id: I21351657da32f1f4469c1d2c76ba960b2b78c9d0

org.tizen.cli/doc/install/conf/profiles.xml
org.tizen.cli/doc/install/sample/profiles.xml

index 032ea3d..1e35701 100755 (executable)
@@ -1,5 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<profiles>
+<profiles version="2.2">
        <profile name="develop">
+<!-- Please change <SDK_PATH> to the installed sdk path like '/home/user/tizen-sdk'.-->
+
+<!-- [REQUIRED] -->
+<!-- This is an author certificate. Please change key and password attributes. -->
+<!-- If you want, you can create a new certificate using the certificate-generator. -->
+               <profileitem
+                       ca="<SDK_PATH>/tools/certificate-generator/certificates/developer/tizen-developer-ca.cer"
+                       distributor="0"
+                       key="<Your Certificate (.p12) Path>"
+                       password=""
+                       rootca=""/>
+
+<!-- [REQUIRED] -->
+<!-- This is a default distributor certificate for developer. -->
+<!-- Generally, you don't need to change this. -->
+               <profileitem
+                       ca="<SDK_PATH>/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer"
+                       distributor="1"
+                       key="<SDK_PATH>/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12"
+                       password="Vy63flx5JBMc5GA4iEf8oFy+8aKE7FX/+arrDcO4I5k="
+                       rootca=""/>
+
+<!-- [OPTIONAL] -->
+<!-- Second distributor is a special purposed option. -->
+<!-- Generally, you don't need to change this. -->
+               <profileitem
+                       ca=""
+                       distributor="2"
+                       key=""
+                       password=""
+                       rootca=""/>
        </profile>
 </profiles>
index bf105a6..f852688 100644 (file)
@@ -1,15 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<profiles>
+<profiles version="2.2">
        <profile name="test">
-               <profileitem author="true"
-                       ca="/home/tizen/tools/certificate-generator/certificates/developer/tizen-developer-ca.cer"
-                       key="/home/tizen/tools/sample/tizen.p12"
+<!-- Please change <SDK_PATH> to the installed sdk path like '/home/user/tizen-sdk'.-->
+
+<!-- This is a sample author certificate. -->
+<!-- If you have a your certificate, change this. -->
+<!-- If you want, you can create a new certificate using the certificate-generator. -->
+               <profileitem
+                       ca="<SDK_PATH>/tools/certificate-generator/certificates/developer/tizen-developer-ca.cer"
+                       distributor="0"
+                       key="<SDK_PATH>/tools/ide/sample/tizen.p12"
+                       password="NkRAceRKP4k="
+                       rootca=""/>
+
+<!-- This is a default distributor certificate. -->
+<!-- Generally, you don't need to change this. -->
+               <profileitem
+                       ca="<SDK_PATH>/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer"
+                       distributor="1"
+                       key="<SDK_PATH>/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12"
+                       password="Vy63flx5JBMc5GA4iEf8oFy+8aKE7FX/+arrDcO4I5k="
+                       rootca=""/>
+
+<!-- Second distributor is a special purposed option. -->
+<!-- Generally, you don't need to change this. -->
+               <profileitem
+                       ca=""
+                       distributor="2"
+                       key=""
                        password=""
-                       rootca="" />
-               <profileitem author="false"
-                       ca="/home/tizen/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer"
-                       key="/home/tizen/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12"
-                       password="tizenpkcs12passfordsigner"
-                       rootca="" />
+                       rootca=""/>
        </profile>
 </profiles>