Change-Id: I00a99b2b7e437c9b4b27a2cc426052929cc23f9e
This commit is contained in:
2025-05-09 21:21:41 +08:00
parent 54adfc351f
commit 5f629959ac
82 changed files with 10135 additions and 51 deletions

10
pkgconfig/expat.pc Normal file
View File

@@ -0,0 +1,10 @@
ohos_project_dir=/home/geekyharmony/ohsc/OpenHarmony-5.1.0-Release
libdir=${ohos_project_dir}/out/surface/obj/third_party/skia/third_party/expat
includedir=${ohos_project_dir}/third_party/skia/third_party/externals/expat/expat/lib
Name: expat
Version: 2.4.1
Description: expat XML parser
Libs: -L${libdir} -lexpat
Cflags: -I${includedir}
expat