Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
76ba8e1c
Commit
76ba8e1c
authored
Jun 18, 2026
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.4.0
parent
0c1e442e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
29 deletions
+6
-29
gradle.properties
gradle.properties
+1
-1
libs.versions.toml
gradle/libs.versions.toml
+5
-4
compose.har
harmonyApp/entry/libs/compose.har
+0
-0
libkn_api.h
harmonyApp/entry/src/main/cpp/include/arm64-v8a/libkn_api.h
+0
-12
libkn_api.h
harmonyApp/entry/src/main/cpp/include/x86_64/libkn_api.h
+0
-12
No files found.
gradle.properties
View file @
76ba8e1c
...
...
@@ -25,7 +25,7 @@ kotlin.debug.generateLineNumbers=true
kotlin.debug.generateLocalVariables
=
true
ohosSkikoVersion
=
0.9.22.2-0.
3.0
ohosSkikoVersion
=
0.9.22.2-0.
4.0-03
#rendererBackend=fusion-renderer
rendererBackend
=
skia
...
...
gradle/libs.versions.toml
View file @
76ba8e1c
...
...
@@ -19,13 +19,14 @@ androidx-testExt = "1.3.0"
# Compose
compose
=
"1.9.4"
compose-material3
=
"1.4.0"
composeMultiplatform
=
"1.9.2-0.3.0"
composeMultiplatform
=
"1.9.2-0.4.0-09"
# Kotlin & testing
junit
=
"4.13.2"
kotlin
=
"2.2.21-0.
3.
0"
kotlinx-coroutines
=
"1.10.2-0.
3.0-04
"
atomicFu
=
"0.
9.22.2-0.3.
0"
kotlin
=
"2.2.21-0.
4.0-02
0"
kotlinx-coroutines
=
"1.10.2-0.
4.0-01
"
atomicFu
=
"0.
31.0-0.4.0-
0"
[libraries]
...
...
harmonyApp/entry/libs/compose.har
View file @
76ba8e1c
No preview for this file type
harmonyApp/entry/src/main/cpp/include/arm64-v8a/libkn_api.h
View file @
76ba8e1c
...
...
@@ -193,7 +193,6 @@ typedef struct {
extern
void
*
MainArkUIViewController
(
void
*
env
);
extern
libkn_KInt
hiLogPrintMsg
(
libkn_KUInt
type
,
libkn_KUInt
level
,
libkn_KUInt
domain
,
const
char
*
tag
,
const
char
*
message
);
extern
void
testArkTsToKotin
();
extern
libkn_KInt
kn_get_render_backend_id
();
extern
void
InitJsRenderNodeContext
(
void
*
env
,
void
*
nodeConstructor
,
void
*
statusModifyConstructor
,
libkn_KDouble
ratio
,
libkn_KBoolean
fixed
);
extern
void
androidx_compose_ui_arkui_ArkUIViewController_aboutToAppear
(
void
*
controllerRef
);
extern
void
androidx_compose_ui_arkui_ArkUIViewController_aboutToDisappear
(
void
*
controllerRef
);
...
...
@@ -1090,17 +1089,6 @@ typedef struct {
}
demo013
;
}
dong
;
}
com
;
struct
{
struct
{
struct
{
struct
{
struct
{
libkn_KInt
(
*
kn_get_render_backend_id_
)();
}
internal
;
}
ohos
;
}
compose
;
}
jetbrains
;
}
org
;
struct
{
struct
{
struct
{
...
...
harmonyApp/entry/src/main/cpp/include/x86_64/libkn_api.h
View file @
76ba8e1c
...
...
@@ -193,7 +193,6 @@ typedef struct {
extern
void
*
MainArkUIViewController
(
void
*
env
);
extern
libkn_KInt
hiLogPrintMsg
(
libkn_KUInt
type
,
libkn_KUInt
level
,
libkn_KUInt
domain
,
const
char
*
tag
,
const
char
*
message
);
extern
void
testArkTsToKotin
();
extern
libkn_KInt
kn_get_render_backend_id
();
extern
void
InitJsRenderNodeContext
(
void
*
env
,
void
*
nodeConstructor
,
void
*
statusModifyConstructor
,
libkn_KDouble
ratio
,
libkn_KBoolean
fixed
);
extern
void
androidx_compose_ui_arkui_ArkUIViewController_aboutToAppear
(
void
*
controllerRef
);
extern
void
androidx_compose_ui_arkui_ArkUIViewController_aboutToDisappear
(
void
*
controllerRef
);
...
...
@@ -1090,17 +1089,6 @@ typedef struct {
}
demo013
;
}
dong
;
}
com
;
struct
{
struct
{
struct
{
struct
{
struct
{
libkn_KInt
(
*
kn_get_render_backend_id_
)();
}
internal
;
}
ohos
;
}
compose
;
}
jetbrains
;
}
org
;
struct
{
struct
{
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment