Correct the ENUM value of OTM according to spec.
authorjs126.lee <js126.lee@samsung.com>
Mon, 5 Oct 2015 07:16:12 +0000 (16:16 +0900)
committerSachin Agrawal <sachin.agrawal@intel.com>
Tue, 6 Oct 2015 15:49:23 +0000 (15:49 +0000)
commit9b1951d39e268acff49e5ed00887ca6eaf62cb34
treec3a9f56b5ec47eb4b1f8ff08b2ace4311a45e550
parent86209b2c174ffdcec8397f2eb46bb6f9050a4a36
Correct the ENUM value of OTM according to spec.

- Issue : Compliance issue on OTM type
- Solution : Samsung suggest to revive enum type of OTM, and make URN type to optional and ENUM type to mandatory/
            THis patch is for this solution.
     oic:justwork = 0, oic:randompin = 1, oic:mfgcert = 2

Note : Need to apply this patch, once ENUM type of OTM is revived on Spec.

Change-Id: Id0ae1fcf4175576ff2afd7fde7e473942c391f66
Signed-off-by: js126.lee <js126.lee@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3467
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashwini Kumar <k.ashwini@samsung.com>
Reviewed-by: Woochul Shim <woochul.shim@samsung.com>
Reviewed-by: Dmitriy Zhuravlev <d.zhuravlev@samsung.com>
Reviewed-by: Sachin Agrawal <sachin.agrawal@intel.com>
android/android_api/base/src/main/java/org/iotivity/base/OxmType.java [changed mode: 0644->0755]
resource/csdk/security/include/internal/srmresourcestrings.h [changed mode: 0644->0755]
resource/csdk/security/include/securevirtualresourcetypes.h [changed mode: 0644->0755]
resource/csdk/security/provisioning/sample/oic_svr_db_server_randompin.json [changed mode: 0644->0755]
resource/csdk/security/provisioning/src/ownershiptransfermanager.c [changed mode: 0644->0755]
resource/csdk/security/src/srmresourcestrings.c [changed mode: 0644->0755]