diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-05-14 09:34:41 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-05-14 09:34:41 +0800 |
commit | 74fd1a59f7f70008385f2e1797907bb05d500ee7 (patch) | |
tree | 0818355167f867b6a8fdf8afeea8499bbeb0caac | |
parent | 2345e802c3014c5d2d6e35355010af5832a7a301 (diff) |
Fix cmake-apps-module document typo.
Bug-AGL: SPEC-2404
Change-Id: I981ebec1e7c36c282e5d3bf327bb5faedd46e877
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-rwxr-xr-x | docs/dev_guide/project-architecture.md | 6 |
1 files 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 |