From 74fd1a59f7f70008385f2e1797907bb05d500ee7 Mon Sep 17 00:00:00 2001 From: Li Xiaoming Date: Tue, 14 May 2019 09:34:41 +0800 Subject: Fix cmake-apps-module document typo. Bug-AGL: SPEC-2404 Change-Id: I981ebec1e7c36c282e5d3bf327bb5faedd46e877 Signed-off-by: Li Xiaoming --- docs/dev_guide/project-architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev_guide/project-architecture.md b/docs/dev_guide/project-architecture.md index d36fc76..f4a7a6f 100755 --- a/docs/dev_guide/project-architecture.md +++ b/docs/dev_guide/project-architecture.md @@ -48,9 +48,9 @@ directory structure: | CMakeLists.txt | The master CMakeLists.txt file. | autobuild/ | *root_path* | Scripts generated from app-templates to build packages the same way for differents platforms. | conf.d/ | *root_path* | Holds needed files to build, install, debug, and package an AGL application project. -| packaging/ | confd/ | Contains output files used to build packages. -| cmake/ | confd/ | Minimally contains the config.cmake file, which is modified from the sample provided in the app-templates submodule. -| wgt/ | confd/ | Contains config.xml.in and optionaly the test-config.xml.in template files that are modified from the sample provided with the CMake module for the needs of the project. For more details, see the config.xml.in.sample and test-config.xml.in.sample files. +| packaging/ | conf.d/ | Contains output files used to build packages. +| cmake/ | conf.d/ | Minimally contains the config.cmake file, which is modified from the sample provided in the app-templates submodule. +| wgt/ | conf.d/ | Contains config.xml.in and optionaly the test-config.xml.in template files that are modified from the sample provided with the CMake module for the needs of the project. For more details, see the config.xml.in.sample and test-config.xml.in.sample files. | *target* | *root_path* | A target to build, which is typically a library or executable. When building projects using CMake, the build process automatically detects -- cgit 1.2.3-korg