mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
change version.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I69b04cb6b8c152dce78532bd3a2d975d013a529d
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
v2.0.0 reorganize syscap define.
|
||||
v1.1.2 add syscap "SystemCapability.ArkUI.UiAppearance".
|
||||
v1.1.1 add compare string pcid with rpcid function.
|
||||
v1.1.0 add encode/decode string format PCID/RPCID.
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
printf("ERROR: [%s: %d] -> ", __FILE__, __LINE__); \
|
||||
printf(__VA_ARGS__); \
|
||||
} while (0)
|
||||
#define SYSCAP_VERSION "1.1.2"
|
||||
#define SYSCAP_VERSION "2.0.0"
|
||||
#define OUTPUT_VERSION_LEN 200
|
||||
#define ENCODE 0
|
||||
#define DECODE 1
|
||||
|
||||
Reference in New Issue
Block a user